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

Provided Methods§

source

fn status(&self) -> Status

Implementors§