Trait edn::types::FromMicros [] [src]

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

Required Methods

Implementors