julep-iced-widget 0.6.2

Vendored fork of iced_widget for Toddy UI -- The built-in widgets for iced
Documentation
1
2
3
4
5
/// A divider that splits a region in a [`PaneGrid`] into two different panes.
///
/// [`PaneGrid`]: super::PaneGrid
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub struct Split(pub(super) usize);