pub trait WidgetWithState { type State; }
Helper so that you can do e.g. TextEdit::State::load.
TextEdit::State::load