pub trait NotificationCallback {
    // Required method
    fn on_notification(&self, method: SmallString, gid: SmallString);
}

Required Methods§

Implementors§