pub fn menu_request_by_name<S: Into<String>>(
    name: S
) -> Result<Option<MenuRequest>, NCurseswMenuError>
Expand description

Searches in the name-table for a request with the given name and returns its MenuRequest. Otherwise None is returned.