Error

Trait Error 

Source
pub trait Error: Debug + Display { }
Expand description

Requirements for the Error type in a Decode implementation.

Implementors§

Source§

impl<T: Debug + Display> Error for T