Expand description
Utility functions and types.
Traits§
- Compare
- A helper trait for two different types that can be compared.
- From
- Vest equivalent of
std::convert::From. - Into
- Vest equivalent of
std::convert::Into. - Spec
From - Spec version of
From. - Spec
Into - Spec version of
Into. - Spec
TryFrom - Spec version of
TryFrom. - Spec
TryInto - Spec version of
TryInto. - TryFrom
- Vest equivalent of
std::convert::TryFrom. - TryInto
- Vest equivalent of
std::convert::TryInto. - View
Reflex - Helper trait for types that have a reflexive view.