AsStatusCode

Trait AsStatusCode 

Source
pub trait AsStatusCode {
    // Required method
    fn as_status_code(&self) -> StatusCode;
}
Expand description

Get the status code from the error type if possible.

Required Methods§

Implementors§