pub type WeakAddr<A> = Weak<A>;
A weak typed reference to the spawned actor.
pub struct WeakAddr<A> { /* private fields */ }