Module marker

Source
Expand description

Marker types and traits for DataProvider.

Structs§

NeverMarker
A DataMarker that never returns data.

Traits§

DataMarker
Trait marker for data structs. All types delivered by the data provider must be associated with something implementing this trait.
KeyedDataMarker
A DataMarker with a DataKey attached.