[−][src]Trait jsonrpc_pubsub::UnsubscribeRpcMethod
Unsubscribe handler
Associated Types
Required methods
fn call(&self, id: SubscriptionId, meta: Option<M>) -> Self::Out
[−]
Called when client is requesting to cancel existing subscription.
Metadata is not available if the session was closed without unsubscribing.