[][src]Type Definition kpal_plugin::Attributes

type Attributes<T, E> = RefCell<MultiMap<usize, &'static str, Attribute<T, E>>>;

The type signature of the collection of attributes that is owned by the plugin.