Type Definition vin_core::StrongAddr

source ·
pub type StrongAddr<A> = Arc<A>;
Expand description

A strong typed reference to the spawned actor.