Home
last modified time | relevance | path

Searched refs:with_items (Results 1 – 1 of 1) sorted by relevance

/DragonOS/tools/debugging/logmonitor/src/
H A Dapp.rs51 stateful_logs: StatefulList::with_items(vec![]), in new()
178 pub fn with_items(items: Vec<T>) -> StatefulList<T> { in with_items() method