Traits§
- Conditionally
Create - A trait for conditionally creating objects.
- Into
Inner - A trait for consuming a wrapper type and extracting its inner value.
- New
- A trait for creating new instances of a type infallibly.
- TryNew
- A trait for creating new instances of a type with fallible validation.
Derive Macros§
- Into
Inner - A derive macro for automatically implementing the
IntoInnertrait for tuple structs.