pub trait RestError {
    // Required method
    fn status_code(&self) -> StatusCode;
}

Required Methods§

Implementors§