Home
last modified time | relevance | path

Searched refs:ResourceDropRet (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/component/
H A Dlibcalls.rs611 ) -> Result<ResourceDropRet> { in resource_drop() argument
613 Ok(ResourceDropRet( in resource_drop()
618 struct ResourceDropRet(Option<u32>); struct
620 unsafe impl HostResultHasUnwindSentinel for ResourceDropRet { implementation