Skip to main content

decode

Function decode 

Source
pub fn decode(
    filter: DecodeFilter,
    data: &[u8],
    params: &FilterParams,
) -> Result<Vec<u8>, DecodeError>
Expand description

Decode data using a single filter with the given parameters.