pub fn decode_with_codec_and_limits(
cx: &mut Cx,
symbol: &Symbol,
input: Input,
read_policy: ReadPolicy,
limits: DecodeLimits,
) -> Result<Expr>Expand description
Decode input with the codec named symbol under explicit DecodeLimits.