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