pub trait RemoteHandles<M: RemoteMessage>: RemoteActor { }
Expand description
Handles is a marker trait specifying that message type [M
]
is handled by a specific actor type.
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.