Struct staccato::StatisticsFormatter[][src]

pub struct StatisticsFormatter<'a> { /* fields omitted */ }

Methods

impl<'a> StatisticsFormatter<'a>
[src]

Trait Implementations

impl<'a> Debug for StatisticsFormatter<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Display for StatisticsFormatter<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for StatisticsFormatter<'a>

impl<'a> Sync for StatisticsFormatter<'a>