pub trait DtnTimeHelpers {
    fn unix(self) -> u64;
fn string(self) -> String; }

Required methods

Implementors