Home
last modified time | relevance | path

Searched defs:to_debug_string (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/wasi-tls/src/p3/
H A Dhost.rs25 fn to_debug_string(&mut self, this: Resource<Error>) -> wasmtime::Result<String> { in to_debug_string() method
/wasmtime-44.0.1/crates/wasi-io/src/
H A Dimpls.rs115 fn to_debug_string(&mut self, err: Resource<streams::Error>) -> Result<String> { in to_debug_string() method