print

Function print 

Source
pub fn print(
    status: &str,
    message: impl Display,
    style: Style,
    justified: bool,
) -> CargoResult<()>
Expand description

Print a message with a colored title in the style of Cargo shell messages.