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

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

Required methods

fn create_args(args: Args) -> Self

Loading content...

Implementors

Loading content...