Expand description
Contains utilities for implementing FromPartial
.
Structs§
- Defaulting
FromPartial
wrapper that usesDefault
value 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
Partial
value.