Struct guppy::graph::feature::CrossLink [−][src]
pub struct CrossLink<'g> { /* fields omitted */ }Expand description
A feature dependency across packages.
This is currently an opaque type – it will be filled out in the future.
Implementations
Returns the feature which depends on the to feature.
Returns the feature which is depended on by the from feature.
Returns the endpoints as a pair of features (from, to).
Returns details about this feature dependency from the [dependencies] section.
Returns details about this feature dependency from the [build-dependencies] section.
Returns details about this feature dependency from the [dev-dependencies] section.
Returns details about this feature dependency from the section specified by the given dependency kind.
Returns true if this edge is dev-only, i.e. code from this edge will not be included in normal builds.
Returns the PackageLink from which this CrossLink was derived.
Trait Implementations
Auto Trait Implementations
impl<'g> RefUnwindSafe for CrossLink<'g>
impl<'g> UnwindSafe for CrossLink<'g>
Blanket Implementations
Mutably borrows from an owned value. Read more