pub trait DowncastableError: Error + Any { }
Expand description
This trait is automatically implemented for any type that implements both Error and Any, thus allowing that type to be propagated through ResponseError and ResponseResult as an internal server error.