1pub use enum_status_code_macros::status_code; 2pub use http; 3 4pub trait AsStatusCode { 5 fn as_status_code(&self) -> http::StatusCode; 6}