A string decoder that returns the range of the string. WARNING:* For performance reasons, this decoder does not check that the string would be valid UTF-8.
| 420 | /// |
| 421 | /// *WARNING:* For performance reasons, this decoder does not check that the string would be valid UTF-8. |
| 422 | pub struct StringDecoderRange; |
| 423 | |
| 424 | impl<'t, 'j> AbstractStringDecoder<'t, 'j> for StringDecoderRange |
| 425 | where |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…