Trait comfy_wgpu::egui::WidgetWithState
source · 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…