Trait ToMicros
mentat_core
pub trait ToMicros { fn to_micros(&self) -> i64; }
fn to_micros(&self) -> i64
impl ToMicros for DateTime<Utc>