Searched defs:NothingPrint (Results 1 – 1 of 1) sorted by relevance
1498 pub struct NothingPrint; struct1499 impl Debug for NothingPrint { implementation1505 pub trait ViaNothing { fn debug_string(&self) -> NothingPrint; } in debug_string()1507 fn debug_string(&self) -> NothingPrint { in debug_string()