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