pub trait WidgetWithState {
    type State;
}
Expand description

Helper so that you can do TextEdit::State::read…

Required Associated Types

Implementors