Trait ProxyHandler

Source
pub trait ProxyHandler {
    // Required methods
    fn handle_notification(&mut self, rpc: ProxyNotification);
    fn handle_request(&mut self, id: RequestId, rpc: ProxyRequest);
}

Required Methods§

Implementors§