Searched defs:StreamService (Results 1 – 9 of 9) sorted by relevance
39 pub(crate) struct StreamService<S, I> { struct44 impl<S, I> StreamService<S, I> { implementation53 impl<S, I> Service<(CounterGuard, MioStream)> for StreamService<S, I> implementation
11 service StreamService { service12 rpc BulkCreate(stream ABitOfEverything) returns (google.protobuf.Empty) {
49 pub(crate) struct StreamService<T> { struct53 impl<T> StreamService<T> { implementation59 impl<T, I> Service for StreamService<T> implementation
392 export interface StreamService { interface
389 export interface StreamService { interface