Trait romeo::actor::ActorConstructable[][src]

pub trait ActorConstructable<P: Props>: Actor {
    fn new(props: &P) -> Self;
}

Required Methods

Implementors