(&self, _router: &mut JsonRpcRouterBuilder)
| 92 | |
| 93 | impl LspsProtocol for MockProtocol { |
| 94 | fn register_handler(&self, _router: &mut JsonRpcRouterBuilder) { |
| 95 | // No-op, we just care about protocol number |
| 96 | } |
| 97 | |
| 98 | fn protocol(&self) -> u8 { |
| 99 | self.0 |