Trait tractor::Actor[][src]

pub trait Actor: Sized + Send + 'static {
    type Msg: Send;
}

Associated Types

Loading content...

Implementors

Loading content...