Trait rerun::external::eframe::egui::WidgetWithState

pub trait WidgetWithState {
    type State;
}
Expand description

Helper so that you can do e.g. TextEdit::State::load.

Required Associated Types§

type State

Implementors§