Trait cfg_traits::TimeAsSecs
source · pub trait TimeAsSecs: UnixTime {
// Provided method
fn now() -> Seconds { ... }
}
Expand description
Trait to obtain the time as seconds
Provided Methods§
Object Safety§
This trait is not object safe.