Skip to main content

decode_term_with_codec

Function decode_term_with_codec 

Source
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.