Type Definition SinkResult
jsonrpc_pubsub
type SinkResult = Send<Sender<String>>;
Subscription send result.