Skip to main content

ToDiscoveryServerRef

Trait ToDiscoveryServerRef 

Source
pub trait ToDiscoveryServerRef {
    // Required method
    fn to_discovery_server_ref(&self) -> DiscoveryServerRef;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<__A: Actor + Handler<RawPacket> + Handler<RevalidateV4> + Handler<RevalidateV5> + Handler<LookupV4> + Handler<LookupV5> + Handler<EnrLookup> + Handler<Prune> + Handler<Shutdown>> ToDiscoveryServerRef for ActorRef<__A>

Source§

impl<__A: Actor + Handler<RawPacket> + Handler<RevalidateV4> + Handler<RevalidateV5> + Handler<LookupV4> + Handler<LookupV5> + Handler<EnrLookup> + Handler<Prune> + Handler<Shutdown>> ToDiscoveryServerRef for ActorRef<__A>

Implementors§