Skip to main content

write_styled

Function write_styled 

Source
pub fn write_styled<W: Write>(
    writer: &mut W,
    text: &str,
    style: &str,
) -> Result<()>