Type Definition jsonrpc_client_transports::SubscriptionStream [−][src]
pub type SubscriptionStream = UnboundedReceiver<Result<Value, RpcError>>;Expand description
The stream returned by a subscribe.
pub type SubscriptionStream = UnboundedReceiver<Result<Value, RpcError>>;The stream returned by a subscribe.