Struct cargo_tally::Dependencies [] [src]

pub struct Dependencies {
    pub dependencies: Vec<Dependency>,
}

Fields

Trait Implementations

impl Debug for Dependencies
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Dependencies

impl Sync for Dependencies