pub trait WidgetWithState {
    type State;
}
Expand description

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

Required Associated Types§

Implementors§