cursive-split-panel 0.0.6

Split panel for the Cursive TUI library
Documentation
1
2
3
4
5
6
7
8
9
//
// WhichPane
//

#[derive(Clone, Copy, PartialEq, Eq)]
pub(crate) enum WhichPane {
    Front,
    Back,
}