[][src]Trait kay::ActorOrActorTrait

pub trait ActorOrActorTrait: 'static {
    type ID: TypedID;
}

Associated Types

type ID: TypedID

Loading content...

Implementors

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

type ID = Self::ID

Loading content...