1 2 3 4 5
/// A rectangular region in a [`PaneGrid`] used to display widgets. /// /// [`PaneGrid`]: super::PaneGrid #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)] pub struct Pane(pub(super) usize);