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

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

Required methods

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

Loading content...

Implementors

impl ActorSelectionFactory for ActorSystem[src]

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

Loading content...