pub trait Host: Send {
// Required method
fn get_stderr(
&mut self,
) -> Result<Resource<Box<dyn HostOutputStream>>, Error>;
}
pub trait Host: Send {
// Required method
fn get_stderr(
&mut self,
) -> Result<Resource<Box<dyn HostOutputStream>>, Error>;
}