Reintroduce pane_grid::Split as an identifier
This commit is contained in:
parent
b55746b1e1
commit
db441a64b1
4 changed files with 11 additions and 7 deletions
2
native/src/widget/pane_grid/split.rs
Normal file
2
native/src/widget/pane_grid/split.rs
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
|
||||
pub struct Split(pub(super) usize);
|
||||
Loading…
Add table
Add a link
Reference in a new issue