Type Definition vin_core::WeakAddr

source ·
pub type WeakAddr<A> = Weak<A>;
Expand description

A weak typed reference to the spawned actor.