Trait fire_http_api::error::Error
source · 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.