pub type SubscriptionResult = Result<(), SubscriptionError>;Expand description
The return type if the subscription wants to return Result.
Aliased Type§
pub enum SubscriptionResult {
Ok(()),
Err(SubscriptionError),
}pub type SubscriptionResult = Result<(), SubscriptionError>;The return type if the subscription wants to return Result.
pub enum SubscriptionResult {
Ok(()),
Err(SubscriptionError),
}