Plugin

Type Alias Plugin 

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

Aliased Typeยง

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