pub struct WebRTCConnectionSetupLibc { /* private fields */ }Implementations
sourceimpl WebRTCConnectionSetupLibc
impl WebRTCConnectionSetupLibc
pub async fn new_box() -> Result<Broker<WebRTCMessage>, SetupError>
Trait Implementations
sourceimpl SubsystemListener<WebRTCMessage> for WebRTCConnectionSetupLibc
impl SubsystemListener<WebRTCMessage> for WebRTCConnectionSetupLibc
fn messages<'life0, 'async_trait>(
&'life0 mut self,
msgs: Vec<WebRTCMessage>
) -> Pin<Box<dyn Future<Output = Vec<(Destination, WebRTCMessage)>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
Auto Trait Implementations
impl !RefUnwindSafe for WebRTCConnectionSetupLibc
impl Send for WebRTCConnectionSetupLibc
impl Sync for WebRTCConnectionSetupLibc
impl Unpin for WebRTCConnectionSetupLibc
impl !UnwindSafe for WebRTCConnectionSetupLibc
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more