Home
last modified time | relevance | path

Searched defs:TabsState (Results 1 – 1 of 1) sorted by relevance

/DragonOS/tools/debugging/logmonitor/src/
H A Dapp.rs107 pub struct TabsState<'a> { struct
112 impl<'a> TabsState<'a> { implementation
113 pub fn new(titles: Vec<&'a str>) -> TabsState { in new()