[][src]Function melib::datetime::rfc3339_to_timestamp

pub fn rfc3339_to_timestamp<T>(s: T) -> Result<UnixTimestamp> where
    T: Into<Vec<u8>>,