Trait riker::actor::ActorSelectionFactory[][src]

pub trait ActorSelectionFactory {
    type Msg: Message;
    fn select(
        &self,
        path: &str
    ) -> Result<ActorSelection<Self::Msg>, InvalidPath>; }

Associated Types

Required Methods

Implementors