pub type Attributes<T, E> = RefCell<MultiMap<usize, &'static str, Attribute<T, E>>>;Expand description
The type signature of the collection of attributes that is owned by the plugin.
Aliased Typeยง
pub struct Attributes<T, E> { /* private fields */ }