Type Alias TimeNumOffsetStr

Source
pub type TimeNumOffsetStr = TimeNumOffsetColonStr;
Expand description

RFC 3339 time-numoffset string slice, such as +09:30 and -00:00.

Aliased Typeยง

pub struct TimeNumOffsetStr(/* private fields */);