pub trait Host {
// Required method
fn get_stderr(&mut self) -> Resource<OutputStream>;
}Available on crate feature
p2 only.pub trait Host {
// Required method
fn get_stderr(&mut self) -> Resource<OutputStream>;
}p2 only.