Trait wasmtime_wasi::preview2::bindings::wasi::io::poll::HostPollable
source · pub trait HostPollable {
// Required method
fn drop(&mut self, rep: Resource<Pollable>) -> Result<()>;
}