Trait temporenc::Offset [] [src]

pub trait Offset {
    fn offset(&self) -> OffsetValue;
}

Represents the Temporenc "UTC Offset" component.

Required Methods

Implementors