decode_list_with_settings

Function decode_list_with_settings 

Source
fn decode_list_with_settings<'a>(
    list_value: ListValue,
    context: &JsonContext<'a>,
) -> Result<ListValue, Error>
Expand description

Decode a ListValue that was encoded with current settings back into a fully structured ListValue