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