Type Definition jsonrpc_pubsub::SinkResult[][src]

type SinkResult = Result<(), TrySendError<String>>;
Expand description

Subscription send result.