Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/test-programs/src/bin/
H A Dp2_cli_splice_stdin.rs15 panic!("stream failure: {}", f.to_debug_string()) in main()
H A Dp2_tls_sample_application.rs60 let debug_string = e.to_debug_string(); in test_tls_invalid_certificate()
H A Dp3_tls_sample_application.rs72 let debug_string = e.to_debug_string(); in test_tls_invalid_certificate()
H A Dp2_api_proxy_streaming.rs522 error.to_debug_string() in incoming_body()
/wasmtime-44.0.1/crates/test-programs/src/
H A Dlib.rs56 f.write_str(&self.to_debug_string()) in fmt()
/wasmtime-44.0.1/crates/test-programs/src/p3/
H A Dmod.rs54 f.write_str(&self.to_debug_string()) in fmt()
/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
/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