Plugin

Type Alias Plugin 

Source
pub type Plugin<'a> = Vec<PluginItem<'a>>;

Aliased Typeยง

pub struct Plugin<'a> { /* private fields */ }