decode_struct_with_settings

Function decode_struct_with_settings 

Source
fn decode_struct_with_settings<'a>(
    struct_value: StructValue,
    context: &JsonContext<'a>,
) -> Result<StructValue, Error>
Expand description

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