pub trait StatusCodeReport {
    fn status(&self) -> Status { ... }
}

Provided Methods

Implementors