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