Struct actix::dev::ActorAddressCell [] [src]

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

Methods

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

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

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

[src]

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