pub trait Host: Send + HostNetwork {
// Required method
fn convert_error_code(&mut self, err: SocketError) -> Result<ErrorCode>;
}
pub trait Host: Send + HostNetwork {
// Required method
fn convert_error_code(&mut self, err: SocketError) -> Result<ErrorCode>;
}