pub trait LocalDateTimeStringExt {
    fn local_datetime(&self) -> Result<DateTime<Local>, String>;
}
Expand description

trait that allows object to become a datetime object.

Required methods

Implementations on Foreign Types

Implementors