Trait time_local::UtcOffsetExt
source · pub trait UtcOffsetExt {
// Required method
fn cached_local_offset() -> Result<UtcOffset, IndeterminateOffset>;
}Required Methods§
sourcefn cached_local_offset() -> Result<UtcOffset, IndeterminateOffset>
fn cached_local_offset() -> Result<UtcOffset, IndeterminateOffset>
Cached result of time::UtcOffset::current_local_offset.
Object Safety§
This trait is not object safe.