Trait jumpy::prelude::egui::widgets::WidgetWithState
pub trait WidgetWithState {
type State;
}Expand description
Helper so that you can do TextEdit::State::read…
pub trait WidgetWithState {
type State;
}Helper so that you can do TextEdit::State::read…