pub trait LocalDateTimeStringExt {
    // Required method
    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§

source§

impl LocalDateTimeExt for str

source§

impl LocalDateTimeExt for String

Implementors§