Struct jsonrpsee_core::server::helpers::SubscriptionPermit
source · pub struct SubscriptionPermit { /* private fields */ }
Expand description
A permitted subscription.
Implementations§
source§impl SubscriptionPermit
impl SubscriptionPermit
sourcepub fn handle(&self) -> Arc<Notify>
pub fn handle(&self) -> Arc<Notify>
Get the handle to tokio::sync::Notify
.