Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ TestError
Class
TestError
crates/core/tests/tests.rs:21–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
20
#[derive(Debug)]
21
struct TestError(u32);
22
23
impl fmt::Display for TestError {
24
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
Callers
15
new
Function · 0.70
from_error
Function · 0.70
is
Function · 0.70
backtrace
Function · 0.70
format_err_macro_core_error
Function · 0.70
downcast
Function · 0.70
downcast_ref
Function · 0.70
downcast_mut
Function · 0.70
context_on_ok_result
Function · 0.70
context_on_err_result
Function · 0.70
context_on_some_option
Function · 0.70
context_on_none_option
Function · 0.70
Calls
no outgoing calls
Tested by
15
new
Function · 0.56
from_error
Function · 0.56
is
Function · 0.56
backtrace
Function · 0.56
format_err_macro_core_error
Function · 0.56
downcast
Function · 0.56
downcast_ref
Function · 0.56
downcast_mut
Function · 0.56
context_on_ok_result
Function · 0.56
context_on_err_result
Function · 0.56
context_on_some_option
Function · 0.56
context_on_none_option
Function · 0.56