pub trait CanResolveActorRef: CanResolveActorRef { }
Expand description
CanResolveActorRef is a capability that confers the ability to resolve an ActorRef to a local ActorHandle if the actor is available locally.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.