Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/call/
Dmod.rs650 struct StreamingBase { struct
656 impl StreamingBase { implementation
657 fn new(close_f: Option<BatchFuture>) -> StreamingBase { in new()