[][src]Trait coerce_rt::actor::GetActorRef

pub trait GetActorRef {
    fn get_ref(&self, ctx: &ActorHandlerContext) -> ActorRef<Self>
    where
        Self: Actor + Sized + Send + Sync
; }

Required methods

fn get_ref(&self, ctx: &ActorHandlerContext) -> ActorRef<Self> where
    Self: Actor + Sized + Send + Sync

Loading content...

Implementors

impl<A: Actor> GetActorRef for A[src]

Loading content...