Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/
Dhandle.rs613 pub struct TryCurrentError { struct
614 kind: TryCurrentErrorKind, argument
617 impl TryCurrentError { impl
658 impl fmt::Display for TryCurrentError { implementation
668 impl error::Error for TryCurrentError {} implementation