Home
last modified time | relevance | path

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

/tonic/tonic/src/
H A Dcodegen.rs20 pub type BoxStream<T> = typedef
/tonic/tests/web/src/
H A Dlib.rs12 type BoxStream<T> = Pin<Box<dyn Stream<Item = Result<T, Status>> + Send + 'static>>; typedef