Module marker

Source
Expand description

Marker types and traits for function and runtime polymorphism.

Enums§

Asyncasync
Async-specific marker types and implementations.

Traits§

FnMarker
Marker trait for function types.
FnMarkerAggr
Trait for aggregating function markers.
FnMarkerAsyncasync
Async-specific marker types and implementations.
FnResult
Trait for determining function result types.
RuntimeMarker
Marker trait for runtime types.