Installable

Trait Installable 

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

Required Methods§

Source

fn install(&self, ctx: &Context) -> Result<(), Box<dyn Error>>

Implementations on Foreign Types§

Source§

impl Installable for Vec<Package>

Source§

fn install(&self, ctx: &Context) -> Result<(), Box<dyn Error>>

Implementors§