efcl

Macro bold

source
macro_rules! bold {
    ($a:expr) => { ... };
}
Expand description

Return a String that is bold

ยงExamples

use efcl::bold;

let bold_text: String = bold!("This is BOLD!!");