Struct aur_depends::Missing [−][src]
Expand description
A package that could not be resolved.
Fields
dep: String
The Dependency we failed to satisfy.
stack: Vec<String>
The dependency path leadsing to pkg.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Missing
impl UnwindSafe for Missing
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