Searched defs:PrintState (Results 1 – 2 of 2) sorted by relevance
100 struct PrintState { struct102 int State;104 explicit PrintState(int State) : State(State) {} in PrintState() function
240 pub trait PrintState<'a>: std::ops::Deref<Target = pp::Printer> + std::ops::DerefMut { trait