MCPcopy Create free account
hub / github.com/JayanAXHF/modder-rs / ToggleList

Class ToggleList

tui/src/components/toggle.rs:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33#[derive(Debug, Clone, Default)]
34struct ToggleList {
35 filtered_items: Vec<ToggleListItem>,
36 list_items: Vec<ToggleListItem>,
37 state: ListState,
38}
39
40#[derive(Debug, Clone, Default, PartialEq)]
41enum State {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected