Trait kas_widgets::BoxedMenu[][src]

pub trait BoxedMenu<T: ?Sized> {
    fn boxed_menu(self) -> Box<T>;
}
Expand description

Provides a convenient .boxed() method on implementors

Required methods

Boxing method

Implementors