pub trait WidgetWithState { type State; }
Helper so that you can do TextEdit::State::read…
TextEdit::State::read…