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