[][src]Trait hsr::HasStatusCode

pub trait HasStatusCode {
    fn status_code(&self) -> StatusCode;
}

Associate an http status code with a type. Defaults to 501 Internal Server Error

Required methods

fn status_code(&self) -> StatusCode

The http status code associated with the type

Loading content...

Implementors

Loading content...