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

Basic error trait which implements Debug + Display + Serialize

The usefulness is still undecided

Implementations on Foreign Types

Implementors