modui;usecrate::cli::ls::app::ls::LsState;/// Holds the state when a background operation (stop/remove) has failed.
pubstructErrorWindowState<Item>{/// The list state to restore when the error is dismissed.
publs_state:LsState<Item>,
/// The error message to display.
pubmessage: String,
}