Trait egui::widgets::WidgetWithState
source · pub trait WidgetWithState {
type State;
}Expand description
Helper so that you can do e.g. TextEdit::State::load.
pub trait WidgetWithState {
type State;
}Helper so that you can do e.g. TextEdit::State::load.