This commit is contained in:
Setzer22 2022-11-06 09:18:21 +01:00
parent 3fd60c532b
commit 8706908d13

View File

@ -9,7 +9,7 @@ use super::*;
/// `node_data` parameter during `value_widget`. The default value is never
/// used, so the implementation is not important, but it should be reasonably
/// cheap to construct.
pub trait WidgetValueTrait : Default {
pub trait WidgetValueTrait: Default {
type Response;
type UserState;
type NodeData;