[][src]Trait improv::Actor

pub trait Actor: Send + Sized + 'static {
    fn started(&mut self, _cx: &mut Context<Self>) { ... }
fn stopped(&mut self, _cx: &mut Context<Self>) { ... } }

Provided methods

fn started(&mut self, _cx: &mut Context<Self>)

fn stopped(&mut self, _cx: &mut Context<Self>)

Loading content...

Implementors

Loading content...