Trait mentat_core::FromMicros []

pub trait FromMicros {
    fn from_micros(ts: i64) -> Self;
}

Required Methods

Implementors