pub trait Handler: RequestHandler {
    fn handle_notify(&mut self, _name: &str, _args: Vec<Value>) { ... }
}

Provided Methods

Implementors