jsonrpc_pubsub

Type Alias SinkResult

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

Subscription send result.

Aliased Type§

enum SinkResult {
    Ok(()),
    Err(TrySendError<String>),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(TrySendError<String>)

Contains the error value