pub trait MakeAxumError<E> { // Required method fn make_axum_error(self, result: Result<Response, E>) -> Response; }