Trait fltk_float::IntoWidget
source · pub trait IntoWidget: Clone {
// Required method
fn into_widget(self) -> Widget;
}
Required Methods§
fn into_widget(self) -> Widget
Object Safety§
This trait is not object safe.
pub trait IntoWidget: Clone {
// Required method
fn into_widget(self) -> Widget;
}