Skip to main content

Total

Trait Total 

Source
pub trait Total {
    // Required method
    fn total(&self) -> u64;
}

Required Methods§

Source

fn total(&self) -> u64

Implementations on Foreign Types§

Source§

impl Total for Vec<ProgressEntry>

Source§

fn total(&self) -> u64

Implementors§