Add clone/debug derive to MultiListState

pull/531/head
Nicholas Howard 3 years ago
parent 1f6b49535a
commit b4cc38f241

@ -6,6 +6,7 @@ use crate::{
style::Style,
};
#[derive(Clone, Debug)]
pub struct MultiListState {
selected: HashSet<usize>,
highlighted: Option<usize>,

Loading…
Cancel
Save