pub fn decode_term_with_codec_and_limits(
cx: &mut Cx,
symbol: &Symbol,
input: Input,
read_policy: ReadPolicy,
limits: DecodeLimits,
) -> Result<Term>Expand description
Decode input to a Term under explicit DecodeLimits, lowering the
decoded Expr to a term per the codec’s CodecDefaultDecode policy.