pub trait HostTerminalOutput {
// Required method
fn drop(&mut self, rep: Resource<TerminalOutput>) -> Result<()>;
}
Available on crate feature
p3
only.pub trait HostTerminalOutput {
// Required method
fn drop(&mut self, rep: Resource<TerminalOutput>) -> Result<()>;
}
p3
only.