Struct actix::dev::ActorWaitCell [] [src]

pub struct ActorWaitCell<A> where
    A: Actor,
    A::Context: AsyncContext<A>, 
{ /* fields omitted */ }

Methods

impl<A> ActorWaitCell<A> where
    A: Actor,
    A::Context: AsyncContext<A>, 
[src]

[src]

[src]

Trait Implementations

impl<A> Default for ActorWaitCell<A> where
    A: Actor,
    A::Context: AsyncContext<A>, 
[src]

[src]

Returns the "default value" for a type. Read more