pub trait Offset {
    fn to_utc(&self) -> UtcOffset;
fn name(&self) -> &str; }

Required methods

Implementors