pub trait IntoStatusCode {
// Required method
fn into_status_code(self) -> u16;
}
Expand description
A trait for any type that can be turned into a Response
status code
Required Methods§
Sourcefn into_status_code(self) -> u16
fn into_status_code(self) -> u16
Turn self
into a status code