pub type SubscriptionStream = UnboundedReceiver<Result<Value, RpcError>>;
Expand description

The stream returned by a subscribe.

Aliased Type§

struct SubscriptionStream { /* private fields */ }