Expand description
Markers used to classify types, used as Kind
associated types.
Enumsยง
- IsInto
Iter Kind - Marker for user-defined types that can be converted into const iterators
- IsIterator
Kind - Marker for const iterators
- IsNot
StdKind - Marker for non-standard library types.
- IsRef
Kind - Marker for references.
- IsStd
Kind - Marker for standard library types.