icu_provider

Module serde

Source
Expand description

Provides the DeserializingBufferProvider wrapper, which deserializes data using Serde.

Providers that produce opaque buffers that need to be deserialized into concrete data structs, such as FsDataProvider, should implement BufferProvider. These can be converted into DeserializingBufferProvider using the as_deserializing convenience method.

Structs§

Traits§