[][src]Macro egui::label

macro_rules! label {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}

Usage: label!("Foo: {}", bar)