pub trait DateTimeNow {
    fn now() -> NaiveDateTime;
}

Required Methods

Implementations on Foreign Types

Implementors