mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
Make Area state public (#4576)
This commit is contained in:
@@ -91,7 +91,7 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
/// Helper so that you can do `TextEdit::State::read…`
|
||||
/// Helper so that you can do e.g. `TextEdit::State::load`.
|
||||
pub trait WidgetWithState {
|
||||
type State;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user