Type Definition vin_core::WeakErasedAddr
source · pub type WeakErasedAddr = Weak<dyn Addr>;Expand description
A weak erased reference to the spawned actor.
pub type WeakErasedAddr = Weak<dyn Addr>;A weak erased reference to the spawned actor.