Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasi-keyvalue/src/
H A Dlib.rs173 fn convert_error(&mut self, err: Error) -> Result<keyvalue::store::Error> { in convert_error() method
/wasmtime-44.0.1/crates/wasi-nn/src/
H A Dwit.rs353 fn convert_error(&mut self, err: Error) -> wasmtime::Result<Error> { in convert_error() method
/wasmtime-44.0.1/crates/debugger/src/host/
H A Dapi.rs1052 fn convert_error(&mut self, err: wasmtime::Error) -> Result<wit::Error> { in convert_error() method