Struct async_datachannel::PeerConnection [−][src]
pub struct PeerConnection { /* fields omitted */ }
Implementations
Create a new PeerConnection
to be used for either dialing or accepting an inbound
connection. The channel tuple is used to interface with an external signalling system.
Wait for an inbound connection.
Initiate an outbound dialing.
Auto Trait Implementations
impl !RefUnwindSafe for PeerConnection
impl Send for PeerConnection
impl Sync for PeerConnection
impl Unpin for PeerConnection
impl !UnwindSafe for PeerConnection
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more