Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crates/openssl/src/ssl/
Derror.rs52 pub(crate) enum InnerError { enum
/aosp_15_r20/external/rust/android-crates-io/crates/tower/tests/retry/
Dmain.rs95 type InnerError = &'static str; typedef