[][src]Trait kompact::prelude::ActorPathFactory

pub trait ActorPathFactory {
    fn actor_path(&self) -> ActorPath;
}

A factory trait for things that have associated actor paths

Required methods

fn actor_path(&self) -> ActorPath

Returns the associated actor path

Loading content...

Implementors

impl<CD> ActorPathFactory for ComponentContext<CD> where
    CD: ComponentDefinition + ActorRaw + Sized + 'static, 
[src]

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

Loading content...