label

Macro label 

Source
macro_rules! label {
    ($($x: expr),* $(,)?) => { ... };
}
Expand description

A helper macro to build Label, e.g. label!("network").