Skip to main content

decode_default_with_codec_and_limits

Function decode_default_with_codec_and_limits 

Source
pub fn decode_default_with_codec_and_limits(
    cx: &mut Cx,
    symbol: &Symbol,
    input: Input,
    read_policy: ReadPolicy,
    position: DecodePosition,
    limits: DecodeLimits,
) -> Result<DecodedForm>
Expand description

Position-aware decode under explicit DecodeLimits; see decode_default_with_codec.