Skip to main content

IersSystem

Trait IersSystem 

Source
pub trait IersSystem: Sealed {
    // Required methods
    fn id(&self) -> usize;
    fn name(&self) -> String;
}
Expand description

Sealed trait for IERS convention systems.

Required Methods§

Source

fn id(&self) -> usize

Returns the numeric identifier for this convention.

Source

fn name(&self) -> String

Returns the convention name (e.g. “IERS1996”).

Implementors§