Trait Error
sp_state_machine
pub trait Error: 'static + Debug + Display + Send + Sync { }
State Machine Error bound.
This should reflect Wasm error type bound for future compatibility.
impl<T: 'static + Debug + Display + Send + Sync> Error for T