Reintroduce pane_grid::Split as an identifier

This commit is contained in:
Héctor Ramón Jiménez 2020-03-14 06:35:43 +01:00
parent b55746b1e1
commit db441a64b1
4 changed files with 11 additions and 7 deletions

View file

@ -0,0 +1,2 @@
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
pub struct Split(pub(super) usize);