Trait temporenc::SubSecond [] [src]

pub trait SubSecond {
    fn fractional_second(&self) -> FractionalSecond;
}

Represents the Temporenc "Sub-second precision" component.

Required Methods

Implementors