pub type NotificationStream<Response> = Pin<Box<dyn Stream<Item = Result<Response, ProtocolError>> + Send>>;
Expand description

A stream of multiple response results returned by the service.

Aliased Type§

struct NotificationStream<Response> { /* private fields */ }