Trait Solar

Source
pub trait Solar: Converter {
    // Required methods
    fn to_date(&mut self, zone_in_unix: bool);
    fn to_presentation(&mut self, zone_in_unix: bool);
}

Required Methods§

Source

fn to_date(&mut self, zone_in_unix: bool)

Source

fn to_presentation(&mut self, zone_in_unix: bool)

Implementors§