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