Struct alpm::Db [−][src]
pub struct Db<'a> { /* fields omitted */ }
Implementations
pub fn search<L>(&self, list: L) -> Result<AlpmListMut<'a, Package<'a>>> where
L: IntoRawAlpmList<'a, String>,
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for Db<'a>
impl<'a> !UnwindSafe for Db<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more