pub fn print( status: &str, message: impl Display, style: Style, justified: bool, ) -> CargoResult<()>
Print a message with a colored title in the style of Cargo shell messages.