[][src]Trait riker::actor::ActorFactory

pub trait ActorFactory: Actor {
    pub fn create() -> Self;
}

Required methods

pub fn create() -> Self[src]

Loading content...

Implementors

impl<A: Default + Actor> ActorFactory for A[src]

Loading content...