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

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

Required methods

fn select(&self, path: &str) -> Result<ActorSelection, InvalidPath>

Loading content...

Implementors

impl ActorSelectionFactory for ActorSystem[src]

impl<Msg> ActorSelectionFactory for Context<Msg> where
    Msg: Message
[src]

Loading content...