Skip to main content

PeerTableServerRef

Type Alias PeerTableServerRef 

Source
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 */ }

Trait Implementations§