Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/
Dpool.rs572 pub(super) struct CheckoutIsClosedError; struct
574 impl StdError for CheckoutIsClosedError {} implementation
576 impl fmt::Display for CheckoutIsClosedError { implementation