Trait umberbar::Source[][src]

pub trait Source {
    fn unit(&self) -> Option<String>;
fn get(&mut self) -> Value; }

Required methods

fn unit(&self) -> Option<String>[src]

fn get(&mut self) -> Value[src]

Loading content...

Implementors

impl Source for BatterySource[src]

impl Source for CpuSource[src]

impl Source for CpuTempSource[src]

impl Source for DateSource[src]

impl Source for MemorySource[src]

impl Source for WindowSource[src]

Loading content...