(&self, req: &Request<'_, S>, peek: usize)
| 1097 | } |
| 1098 | |
| 1099 | fn peek_code<S>(&self, req: &Request<'_, S>, peek: usize) -> u32 { |
| 1100 | req.pattern_codes[self.code_position + peek] |
| 1101 | } |
| 1102 | |
| 1103 | fn try_peek_code_as<T, S>(&self, req: &Request<'_, S>, peek: usize) -> Result<T, T::Error> |
| 1104 | where |
no outgoing calls
no test coverage detected