Trait plugger_types::PluggableMethods [] [src]

pub trait PluggableMethods {
    fn methods(&self) -> Vec<Method>;
}

Required Methods

fn methods(&self) -> Vec<Method>

Implementors