Expand description
Contains utilities for implementing FromPartial.
Structs§
- Defaulting
FromPartialwrapper that usesDefaultvalue when not specified.- Partial
- Utility struct to avoid duplicate trait definition when using
Self<A>for<Self<B> as BaseAttribute>::Partial.
Traits§
- From
Partial - Converts from a
Partialvalue.