Skip to main content

decode_sparse_response

Function decode_sparse_response 

Source
pub fn decode_sparse_response(
    buf: &[u8],
) -> Result<SparseResponse, SparseWireError>
Expand description

Decode a wire-format sparse response. Refuses any input larger than SPARSE_WIRE_MAX_BYTES before parsing.

§Errors