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