[][src]Type Definition sunrise_libtimezone::TimeZoneResult

type TimeZoneResult<T> = Result<T, TimeZoneError>;

The Result of a time conversion.