[][src]Trait belgium::Observer

pub trait Observer<T> {
    fn notify(&self, evt: T);
}

Required methods

fn notify(&self, evt: T)

Loading content...

Implementors

Loading content...