Home
last modified time | relevance | path

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

/external/rust/crates/grpcio/src/call/
Dmod.rs569 struct StreamingBase { struct
575 impl StreamingBase { impl
576 fn new(close_f: Option<BatchFuture>) -> StreamingBase { in new()