[][src]Trait circadian_time::Positioned

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

This crate adds support for the Circadian timezone to chrono. The Circadian timezone is aligned to the time of dawn as opposed to the time of noon. i.e. at dawn the Circadian time will be 00:00 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...