Trait edn::types::FromMicros
[−]
[src]
pub trait FromMicros { fn from_micros(ts: i64) -> Self; }
pub trait FromMicros { fn from_micros(ts: i64) -> Self; }
fn from_micros(ts: i64) -> Self