mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-15 23:48:31 +00:00
added debug impl for tree node token.
This commit is contained in:
parent
6cabe8d97a
commit
da5c75d509
@ -292,6 +292,7 @@ impl<T: AsRef<str>, L: AsRef<str>> TreeNode<T, L> {
|
||||
/// 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> {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user