Trait attribute_derive::parsing::AttributeBase
source · pub trait AttributeBase: FromPartial<Self::Partial> {
type Partial;
}
Expand description
Utility crate holding Self::Partial
used in most attribute traits, i.e.,
FromAttr
, AttributeValue
, AttributePositional
, …
Required Associated Types§
Object Safety§
This trait is not object safe.