Skip to main content

SubscriptionLikePushNotificationExtention

Trait SubscriptionLikePushNotificationExtention 

Source
pub trait SubscriptionLikePushNotificationExtention: SubscriptionLike {
    // Required method
    fn push(&mut self, notification: impl Into<SubscriptionNotification>);
}

Required Methods§

Source

fn push(&mut self, notification: impl Into<SubscriptionNotification>)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§