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

Provided Methods§

source

fn handle_request(&mut self, id: u64, method: String, params: Value)

source

fn handle_notification(&mut self, method: String, params: Value)

Implementors§