I'd love to be able to use a Menu in my code without being inside of a MenuBar, e.g. for use as a ContextMenu. However, since Menu doesn't implement the Widget trait on its own, it's impossible to use this way. I noticed in the source code that all of the methods for Widget do appear to be written in an impl block for Menu, but the size() function is commented out. Is there a reason for this? Is there a way to fix it?