pub trait Status { // Required methods fn status(&self) -> u16; fn status_message(&self) -> Option<&str>; }