tremor_value

Function structurize

source
pub fn structurize<'de, T>(value: Value<'de>) -> Result<T>
where T: Deserialize<'de>,
Expand description

Returns a struct populated against the DOM value via serde deserialization

ยงErrors

Will return Err if the DOM value cannot be deserialized to the target struct