Trait transportation::Notifies [] [src]

pub trait Notifies {
    fn set_notify(&self, callback: Rc<Notifiable>);
}

Required Methods

Implementors