Skip to main content

decode_datum_with_codec

Function decode_datum_with_codec 

Source
pub fn decode_datum_with_codec(
    cx: &mut Cx,
    symbol: &Symbol,
    input: Input,
    read_policy: ReadPolicy,
) -> Result<Datum>
Expand description

Decode input to a Datum with the codec named symbol, using default DecodeLimits.