Trait edn::types::FromMillis [] [src]

pub trait FromMillis {
    fn from_millis(ts: i64) -> Self;
}

Required Methods

Implementors