Struct icu_provider::erased::ErasedDataStructMarker[][src]

pub struct ErasedDataStructMarker {}
Expand description

Marker type for ErasedDataStruct.

Trait Implementations

Adds entries to a HelloWorldProvider from ErasedDataStruct

Save a payload corresponding to the given data request (resource path).

Function called after a key has been fully dumped into the exporter.

Function called after all keys have been fully dumped.

A type that implements Yokeable. This should typically be the 'static version of a data struct. Read more

A type that is capable of owning all data necessary for the Yokeable type. This can often be the 'data version of the data struct. Read more

Query the provider for data, returning the result. Read more

Upcast for ErasedDataStruct creates an Rc<dyn ErasedDataStruct> from the current inner Yoke (i.e., Rc::from(yoke)).

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Clone this trait object reference, returning a boxed trait object.

Return this boxed trait object as Box<dyn Any>. Read more

Return this trait object reference as &dyn Any. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.