mirror of
https://github.com/eliasstepanik/egui_node_graph.git
synced 2026-01-15 07:48:27 +00:00
fmt
This commit is contained in:
parent
3fd60c532b
commit
8706908d13
@ -9,7 +9,7 @@ use super::*;
|
|||||||
/// `node_data` parameter during `value_widget`. The default value is never
|
/// `node_data` parameter during `value_widget`. The default value is never
|
||||||
/// used, so the implementation is not important, but it should be reasonably
|
/// used, so the implementation is not important, but it should be reasonably
|
||||||
/// cheap to construct.
|
/// cheap to construct.
|
||||||
pub trait WidgetValueTrait : Default {
|
pub trait WidgetValueTrait: Default {
|
||||||
type Response;
|
type Response;
|
||||||
type UserState;
|
type UserState;
|
||||||
type NodeData;
|
type NodeData;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user