pub trait Host:
HostTcpSocket
+ HostUdpSocket
+ Send {
// Required method
fn convert_error_code(&mut self, err: SocketError) -> Result<ErrorCode>;
}
Available on crate feature
p3
only.pub trait Host:
HostTcpSocket
+ HostUdpSocket
+ Send {
// Required method
fn convert_error_code(&mut self, err: SocketError) -> Result<ErrorCode>;
}
p3
only.