Function from_slice_partial

Source
pub fn from_slice_partial<'de, T>(
    input: &'de [u8],
) -> Result<(T, &'de [u8]), DecodeJsonError>
Expand description

Try to parse data from the input, returning the remaining input when done.