Skip to main content

GenericNotification

Trait GenericNotification 

Source
pub trait GenericNotification:
    Encode
    + Decode
    + Debug
    + Send
    + Sync
    + 'static {
    const SUBJECT: &'static str;
}
Expand description

Generic one-off notification

Required Associated Constants§

Source

const SUBJECT: &'static str

Notification subject with optional * in place of application instance receiving the request

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§