Type Definition jsonrpsee_core::SubscriptionResult

source ·
pub type SubscriptionResult = Result<(), StringError>;
Expand description

The return type if the subscription wants to return Result.