Module icu_provider::export
source · Expand description
This module contains types required to export ICU4X data via the icu_provider_export
crate.
End users should not need to consume anything in this module.
This module is enabled with the export
Cargo feature.
Re-exports§
pub use payload::ExportBox;
Macros§
- This macro can be used on a data provider to allow it to be exported by
ExportDriver
.
Structs§
- Marker type for [
ExportBox
]. - Contains information about a successful export.
- Metadata for
DataExporter::flush
- A
DataExporter
that forks to multipleDataExporter
s.
Traits§
- An object capable of exporting data payloads in some form.
- A
DynamicDataProvider
that can be used for exporting data.