Trait edn::types::ToMillis [] [src]

pub trait ToMillis {
    fn to_millis(&self) -> i64;
}

Required Methods

Implementors