Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/anyhow/src/
Densure.rs25 pub trait NotBothDebug { trait
29 impl<A, B> NotBothDebug for &(A, B) { impl
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.82/src/
H A Densure.rs25 pub trait NotBothDebug { interface
29 impl<A, B> NotBothDebug for &(A, B) { impl