Struct jsonrpsee_types::error::SubscriptionClosedError [−][src]
pub struct SubscriptionClosedError { /* fields omitted */ }Expand description
Error type with a special subscription_closed field to detect that
a subscription has been closed to distinguish valid items produced
by the server on the subscription stream from an error.
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.