pub type Label = String;
Each block may be explicitly named. A Label is a simple String synonym.
Label
String
struct Label { /* private fields */ }