Expand description
Marker types and traits for DataProvider.
Structs§
- Never
Marker - A
DataMarker
that never returns data.
Traits§
- Data
Marker - Trait marker for data structs. All types delivered by the data provider must be associated with something implementing this trait.
- Keyed
Data Marker - A
DataMarker
with aDataKey
attached.