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.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for SubscriptionClosedError
impl Send for SubscriptionClosedError
impl Sync for SubscriptionClosedError
impl Unpin for SubscriptionClosedError
impl UnwindSafe for SubscriptionClosedError