Trait IntoTimeWithFormat

Source
pub trait IntoTimeWithFormat {
    // Required method
    fn parse_time(&self, fmt: &str) -> Result<i64, ParseTimeError>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoTimeWithFormat for &str

Implementors§