Trait profile::time::Formattable

source ·
pub trait Formattable {
    // Required method
    fn format(&self, output: &Option<OutputOptions>) -> String;
}

Required Methods§

source

fn format(&self, output: &Option<OutputOptions>) -> String

Implementations on Foreign Types§

source§

impl Formattable for ProfilerCategory

source§

fn format(&self, _output: &Option<OutputOptions>) -> String

source§

impl Formattable for Option<TimerMetadata>

source§

fn format(&self, output: &Option<OutputOptions>) -> String

Implementors§