[][src]Trait rbatis_core::value::DateTimeNow

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

Required methods

Loading content...

Implementors

impl DateTimeNow for NaiveDateTime[src]

Loading content...