[][src]Trait i3status_rs::blocks::hueshift::HueShiftDriver

trait HueShiftDriver {
    fn update(&self, temp: u16) -> Result<(), Error>;
fn reset(&self) -> Result<(), Error>; }

Required methods

fn update(&self, temp: u16) -> Result<(), Error>[src]

fn reset(&self) -> Result<(), Error>[src]

Loading content...

Implementors

impl HueShiftDriver for Gammastep[src]

impl HueShiftDriver for Redshift[src]

impl HueShiftDriver for Sct[src]

Loading content...