Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/mockall/src/
Dlib.rs1498 pub struct NothingPrint; struct
1499 impl Debug for NothingPrint { implementation
1505 pub trait ViaNothing { fn debug_string(&self) -> NothingPrint; } in debug_string()
1507 fn debug_string(&self) -> NothingPrint { in debug_string()