[][src]Type Definition jsonrpc_pubsub::SinkResult

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

Subscription send result.