Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/proto/h1/
Ddispatch.rs443 struct OptGuard<'a, T>(Pin<&'a mut Option<T>>, bool); struct
445 impl<'a, T> OptGuard<'a, T> { impl
455 impl<'a, T> Drop for OptGuard<'a, T> { implementation