pub fn decode_in_place_report(
    buf: &mut [u8],
) -> Result<DecodeReport, DecodeError>Expand description
Decodes a message in-place.
This is the same function as decode_in_place, but provides a report of both the number of source bytes consumed as well as the size of the destination used.