pub type AnyAttributes = Attributes<'static>;
Expand description
Helper type for attributes with static lifetime
Aliased Type§
pub struct AnyAttributes(pub IndexMap<Key<'static>, Value<'static>>);
Tuple Fields§
§0: IndexMap<Key<'static>, Value<'static>>