sp_state_machine

Trait Error

Source
pub trait Error:
    'static
    + Debug
    + Display
    + Send
    + Sync { }
Expand description

State Machine Error bound.

This should reflect Wasm error type bound for future compatibility.

Implementors§

Source§

impl<T: 'static + Debug + Display + Send + Sync> Error for T