[][src]Trait circadian_time::Positioned

pub trait Positioned: Clone + Debug {
    fn position() -> GlobalPosition;
}

A type that can be positioned on the globe. Implement this trait to provide the location for which the circadian time should be computed.

Required methods

Loading content...

Implementors

Loading content...