Skip to main content

apply_filter_chain

Function apply_filter_chain 

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

Apply a chain of decode filters in sequence.

See pipeline::apply_filter_chain for details.