[][src]Trait kompact::ActorRefFactory

pub trait ActorRefFactory {
    fn actor_ref(&self) -> ActorRef;
}

Required methods

fn actor_ref(&self) -> ActorRef

Loading content...

Implementations on Foreign Types

impl<CD> ActorRefFactory for Arc<Component<CD>> where
    CD: ComponentDefinition + 'static, 
[src]

Loading content...

Implementors

impl ActorRefFactory for ActorRef[src]

impl ActorRefFactory for KompactSystem[src]

impl<CD> ActorRefFactory for CD where
    CD: ComponentDefinition + 'static, 
[src]

impl<CD: ComponentDefinition + Sized + 'static> ActorRefFactory for ComponentContext<CD>[src]

Loading content...