pub type Comment = String;
Alias to give comments an explicit type.
struct Comment { /* private fields */ }