Type Alias ResponseStream

Source
pub(crate) type ResponseStream = Pin<Box<dyn Stream<Item = Result<Tx, Status>> + Send>>;

Aliased Typeยง

struct ResponseStream {}