pub trait SESubscriptionBase: SEResource {
    // Required method
    fn subscribed_resource(&self) -> &str;
}
Available on crate feature pubsub only.
Expand description

Implemented by all types whose base type is SubscriptionBase

Required Methods§

Implementors§