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§
Sourcefn close_socket(&mut self)
fn close_socket(&mut self)
Delete the MatchboxSocket resource.