Struct cargo_tally::Meta [] [src]

pub struct Meta {
    pub total: usize,
}

Fields

Trait Implementations

impl Debug for Meta
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Meta

impl Sync for Meta