Expand description
Marker types and traits for DataProvider.
Structs§
- Never
Marker - A
DataMarkerthat 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
DataMarkerwith aDataKeyattached.