| 256 | } |
| 257 | |
| 258 | trait MaybeKeyCheck: Default { |
| 259 | fn check(&mut self, key: &str, index: usize) -> JsonResult<()>; |
| 260 | } |
| 261 | |
| 262 | #[derive(Default)] |
| 263 | struct NoopKeyCheck; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…