Struct aur_depends::Group [−][src]
Expand description
An alpm Db+Group pair passed to the group callback.
Fields
db: Db<'a>
The db the group belongs to.
group: Group<'a>
The group.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for Group<'a>
impl<'a> !UnwindSafe for Group<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more