pub type Nav = Vec<SNav>;
Navigation structure contains sub-navigation structures.
struct Nav { /* private fields */ }