pub trait TryIntoInputTime { // Required method fn try_into_input_time(self) -> Result<InputTime, ParseTimeError>; }