1 2 3 4 5 6 7 8
/// Node (BU) pub struct Node { /// node name pub name: String, /// comment (CM) pub comment: String, }