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