Type Definition jsonrpsee_core::SubscriptionResult
source · pub type SubscriptionResult = Result<(), StringError>;Expand description
The return type if the subscription wants to return Result.
pub type SubscriptionResult = Result<(), StringError>;The return type if the subscription wants to return Result.