Trait transportation::Notifiable[][src]

pub trait Notifiable {
    fn notify(&self);
}

Required Methods

Implementors