pub trait Notification {
    type Params;

    const METHOD: &'static str;
}

Required Associated Types§

Required Associated Constants§

Implementors§