pub struct DataProviderAnyMarkerWrap<'a, P: ?Sized>(pub &'a P);
Expand description

A wrapper over DataProvider<AnyMarker> that implements AnyProvider

Tuple Fields

0: &'a P

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Returns an object implementing AnyProvider when called on DataProvider<AnyMarker>

Returns an object implementing DataProvider<M> when called on AnyProvider

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Creates a filterable data provider with the given name for debugging. 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.