[][src]Trait sp_state_machine::Error

pub trait Error: 'static + Debug + Display + Send { }

State Machine Error bound.

This should reflect Wasm error type bound for future compatibility.

Implementors

impl<T: 'static + Debug + Display + Send> Error for T[src]

Loading content...