Trait rerun::external::eframe::egui::WidgetWithState
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
.