pub trait Host:
Send
+ HostInputStream
+ HostOutputStream {
// Required method
fn convert_stream_error(&mut self, err: StreamError) -> Result<StreamError>;
}
pub trait Host:
Send
+ HostInputStream
+ HostOutputStream {
// Required method
fn convert_stream_error(&mut self, err: StreamError) -> Result<StreamError>;
}