Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/googletest/src/
Dfmt.rs24 pub struct FormatWrapper<'a, T: ?Sized>(pub &'a T); struct
31 impl<'a, T: Debug + ?Sized> FormatWrapper<'a, T> { impl
48 impl<'a, T: ?Sized> FormatNonDebugFallback for FormatWrapper<'a, T> { implementation