Trait breadthread::DirectiveAdaptor[][src]

pub trait DirectiveAdaptor<Directive> {
    fn send(&mut self, directive: Sender<Directive>);
}
Expand description

This object sends events to the main Controller.

Required methods

Send a directive over this DirectiveAdaptor.

Implementors