pub fn decode_term_with_codec(
cx: &mut Cx,
symbol: &Symbol,
input: Input,
read_policy: ReadPolicy,
) -> Result<Term>Expand description
Decode input to an evaluable Term with the codec named symbol, using
default DecodeLimits.