Module from_partial

Source
Expand description

Contains utilities for implementing FromPartial.

Structs§

Defaulting
FromPartial wrapper that uses Default value when not specified.
Partial
Utility struct to avoid duplicate trait definition when using Self<A> for <Self<B> as BaseAttribute>::Partial.

Traits§

FromPartial
Converts from a Partial value.