Trait alpm::AsDep[][src]

pub trait AsDep {
    fn as_dep(&self) -> Dep<'_>;
}

Required methods

Implementors