Searched defs:TimeZoneInvalidOffsetError (Results 1 – 5 of 5) sorted by relevance
12 export class TimeZoneInvalidOffsetError { class
10 export class TimeZoneInvalidOffsetError { class
22 struct TimeZoneInvalidOffsetError { struct
46 pub fn from_seconds(seconds: i32) -> Result<Box<UtcOffset>, TimeZoneInvalidOffsetError> { in from_seconds() argument69 pub fn from_string(offset: &DiplomatStr) -> Result<Box<Self>, TimeZoneInvalidOffsetError> { in from_string() argument
86 pub struct TimeZoneInvalidOffsetError; struct303 impl From<icu_time::zone::InvalidOffsetError> for TimeZoneInvalidOffsetError { implementation