[][src]Trait kompact::component::ComponentTraits

pub trait ComponentTraits: ComponentDefinition + ActorRaw + Sized + 'static { }

A trait bound alias for the trait required by the generic parameter of a Component

Implementors

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

Loading content...