pub trait Error:
'static
+ Debug
+ Display
+ Send
+ Sync { }Expand description
State Machine Error bound.
This should reflect Wasm error type bound for future compatibility.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".