pub trait Installable {
    fn install(&self, ctx: &Context) -> Result<(), Box<dyn Error>>;
}

Required methods

Implementations on Foreign Types

Implementors