Skip to main content

PeerConnectionServerRef

Type Alias PeerConnectionServerRef 

Source
pub type PeerConnectionServerRef = Arc<dyn PeerConnectionServerProtocol>;
Expand description

Type-erased reference to any actor implementing PeerConnectionServerProtocol.

Use this type to store protocol references without depending on the concrete actor type.

Aliased Type§

pub struct PeerConnectionServerRef { /* private fields */ }

Trait Implementations§