pub trait ParseTimestamp { // Required method fn parse_timestamp(&self) -> Result<Time, Error>; }
Parse Time from a type
Time
Parse Time, or return an Error if parsing failed
Error