diff --git a/imgui/src/widget/tree.rs b/imgui/src/widget/tree.rs index 4f18b16..654ddab 100644 --- a/imgui/src/widget/tree.rs +++ b/imgui/src/widget/tree.rs @@ -292,6 +292,7 @@ impl, L: AsRef> TreeNode { /// If `TreeNodeFlags::NO_TREE_PUSH_ON_OPEN` was used when this token was created, calling `.pop()` /// is not mandatory and is a no-op. #[must_use] +#[derive(Debug)] pub struct TreeNodeToken<'a>(core::marker::PhantomData<&'a crate::Ui>, bool); impl<'a> TreeNodeToken<'a> {