profile::time

Trait 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§