Searched defs:NothingPrint (Results 1 – 1 of 1) sorted by relevance
1501 pub struct NothingPrint; struct1502 impl Debug for NothingPrint { implementation1508 pub trait ViaNothing { fn debug_string(&self) -> NothingPrint; } in debug_string()1510 fn debug_string(&self) -> NothingPrint { in debug_string()