Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mockall/src/
Dlib.rs1501 pub struct NothingPrint; struct
1502 impl Debug for NothingPrint { implementation
1508 pub trait ViaNothing { fn debug_string(&self) -> NothingPrint; } in debug_string()
1510 fn debug_string(&self) -> NothingPrint { in debug_string()