Module icu_timezone::scaffold
source · Expand description
Scaffolding traits and types not generally required in client code.
Traits§
- Converts Self to an
Option<T>
, eitherSome(T)
if able orNone
Scaffolding traits and types not generally required in client code.
Option<T>
, either Some(T)
if able or None