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