Crate try_create

Source

Traits§

ConditionallyCreate
A trait for conditionally creating objects.
IntoInner
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§

IntoInner
A derive macro for automatically implementing the IntoInner trait for tuple structs.