Home
last modified time | relevance | path

Searched refs:Taker (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/want/src/
Dlib.rs98 pub fn new() -> (Giver, Taker) { in new()
108 Taker { in new()
120 pub struct Taker { struct
320 impl Taker { implementation
365 impl Drop for Taker { implementation
372 impl fmt::Debug for Taker { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/
Ddispatch.rs154 taker: want::Taker,