pub trait ResultHttpExt<T, E> { // Required method fn or_bad_request(self) -> Result<T, HttpException>; }