pub type WeakErasedAddr = Weak<dyn Addr>;
A weak erased reference to the spawned actor.
pub struct WeakErasedAddr { /* private fields */ }