pub trait TryIntoInterval { // Required method fn try_into_interval(self) -> Result<Interval, ParseTimeError>; }