Type Definition jsonrpc_pubsub::SinkResult [−][src]
pub type SinkResult = Result<(), TrySendError<String>>;Expand description
Subscription send result.
pub type SinkResult = Result<(), TrySendError<String>>;Subscription send result.