1 2 3 4 5 6 7
mod ui; use crate::cli::ls::app::ls::LsState; pub struct HelpWindowState<Item> { pub ls_state: LsState<Item>, }