useflax::Entity;usecrate::Frame;/// Represents a widget in the UI tree which can mount itself into the frame.
////// Is inert before mounting
pubtraitWidget{/// Mount the widget into the world, returning a handle to refer to it
fnmount(self, frame:&mut Frame)-> Entity;}