Skip to content

MenuSettings is private, blocking custom implementations of the MenuBuilder trait #976

@Diabezdemona

Description

@Diabezdemona

The menu builder trait requires implementation of settings_mut method, which returns &MenuSettings, which is private. Similarly, the settings method for Menu trait is required to be implemented, else it causes a panic.
This makes it impossible to create a custom menu.

Also, the MenuSettings are mentioned in docs for those traits, however the struct is undocumented itself.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions