Trait Plugin

Source
pub trait Plugin {
    // Required method
    fn apply(self, e: &mut Engine);
}

Required Methods§

Source

fn apply(self, e: &mut Engine)

Implementors§