Trait metrics::ToMs

source ·
pub trait ToMs<T> {
    // Required method
    fn to_ms(&self) -> T;
}

Required Methods§

source

fn to_ms(&self) -> T

Implementations on Foreign Types§

source§

impl ToMs<f64> for u64

source§

fn to_ms(&self) -> f64

Implementors§