[][src]Function term_basics_linux::print_style

pub fn print_style<T: Display>(msg: T, sty: TextStyle)

Print to stdout with text style.

Example

use term_basics_linux as tbl;
tbl::print_style("I am bold.", tbl::TextStyle::Bold);