[][src]Type Definition alpm_rs::package::PackageList

type PackageList = AlpmList<Package>;

Methods

impl PackageList[src]

pub fn find(&self, haystack: &str) -> Package[src]