Trait actor::Context

source ·
pub trait Context: Sized + 'static {
    fn fork();
    fn kill();
    fn send();
}

Required Methods

Implementors