[][src]Trait sauron::Component

pub trait Component: Widget {
    fn subscribe(&mut self, callback: Box<dyn Fn()>);
}

Required methods

fn subscribe(&mut self, callback: Box<dyn Fn()>)

Loading content...

Implementors

Loading content...