pub type DiscoveryServerRef = Arc<dyn DiscoveryServerProtocol>;Expand description
Type-erased reference to any actor implementing DiscoveryServerProtocol.
Use this type to store protocol references without depending on the concrete actor type.
Aliased Type§
pub struct DiscoveryServerRef { /* private fields */ }