Struct libalpm::Group [] [src]

pub struct Group<'a> {
    pub name: &'a str,
    pub packages: Vec<&'a PackageRef>,
}

A group of related pacakges in a database

Fields

Trait Implementations

impl<'a> Debug for Group<'a>
[src]

Formats the value using the given formatter.