pub type AttributeListType<'a> = ListType<'a, KeyValue<'a>>;Expand description
Type alias for a list of attributes.
Aliased Type§
pub enum AttributeListType<'a> {
Borrowed(&'a [KeyValue<'a>]),
Owned(Vec<KeyValue<'a>>),
}Variants§
Trait Implementations§
Source§impl ToStatic for AttributeListType<'_>
Available on crate feature alloc only.
impl ToStatic for AttributeListType<'_>
Available on crate feature
alloc only.