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