ratatui_toolkit/primitives/split_layout/
pane_id.rs

1/// Identifier for panes managed by a `SplitLayout`.
2pub type PaneId = u32;