usestd::marker::PhantomData;usecrate::widget::Widget;/// Allows all versions of a function with the parameters
/// that work within a widget to be converted into a widget
pubtraitIntoWidget<Input, Data> {typeWidget: Widget;fninto_widget(self)->Self::Widget;}