pub fn label(text: impl ToString) -> Label
Expand description

Create a new instance of the tag in question. Equivalent to <tag name>::new(<text>), but easier to type (and therefore hopefully more ergonomic.)