Skip to main content

decode_located_with_codec_and_limits

Function decode_located_with_codec_and_limits 

Source
pub fn decode_located_with_codec_and_limits(
    cx: &mut Cx,
    symbol: &Symbol,
    input: Input,
    read_policy: ReadPolicy,
    source_id: impl Into<String>,
    limits: DecodeLimits,
) -> Result<LocatedExpr>
Expand description

Origin-preserving decode under explicit DecodeLimits; see decode_located_with_codec.