Home
last modified time | relevance | path

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

/external/rust/crates/grpcio/src/call/
Dmod.rs512 struct StreamingBase { struct
518 impl StreamingBase { argument
519 fn new(close_f: Option<BatchFuture>) -> StreamingBase { in new()