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

Basic error trait which implements Debug + Display + Serialize

The usefulness is still undecided

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Error for &'static str

source§

impl Error for String

Implementors§