Searched defs:StreamingBase (Results 1 – 1 of 1) sorted by relevance
650 struct StreamingBase { struct656 impl StreamingBase { implementation657 fn new(close_f: Option<BatchFuture>) -> StreamingBase { in new()