pub trait IntoSeconds {
    // Required method
    fn into_seconds(self) -> Seconds;
}
Expand description

Trait to convert into seconds

Required Methods§

Implementors§