pub trait BriefDescription {
// Required method
fn brief_description(&self) -> String;
}Expand description
Helper trait for brief outcome descriptions.
pub trait BriefDescription {
// Required method
fn brief_description(&self) -> String;
}Helper trait for brief outcome descriptions.