Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/
H A Dformat.rs18 pub(crate) trait DisplayDebug: fmt::Display + fmt::Debug {} interface
H A Dnum.rs31 fn into_dyn(self) -> RangeBound<Box<dyn crate::format::DisplayDebug>> { in into_dyn()
/aosp_15_r20/external/rust/android-crates-io/crates/thiserror/tests/
Dtest_generics.rs75 DisplayDebug(HasDisplay, HasDebug), enumerator