pub fn default<T>() -> Menu<T>where
    T: Data,
Expand description

A default file menu.

This will not be suitable for many applications; you should build the menu you need manually, using the items defined here where appropriate.