macro_rules! label { ($($x: expr),* $(,)?) => { ... }; }
A helper macro to build Label, e.g. label!("network").
Label
label!("network")