Trait CloseSocketExt

Source
pub trait CloseSocketExt {
    // Required method
    fn close_socket(&mut self);
}
Expand description

A Commands extension used to close a WebRtcSocket, deleting the MatchboxSocket resource.

Required Methods§

Source

fn close_socket(&mut self)

Delete the MatchboxSocket resource.

Implementations on Foreign Types§

Source§

impl CloseSocketExt for Commands<'_, '_>

Source§

fn close_socket(&mut self)

Implementors§