pub trait LapcePlugin {
    fn handle_request(&mut self, id: u64, method: String, params: Value) { ... }
    fn handle_notification(&mut self, method: String, params: Value) { ... }
}

Provided Methods§

Implementors§