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