[][src]Trait riker::actor::ActorFactoryArgs

pub trait ActorFactoryArgs<Args: ActorArgs>: Actor {
    pub fn create_args(args: Args) -> Self;
}

Required methods

pub fn create_args(args: Args) -> Self[src]

Loading content...

Implementors

Loading content...