Skip to main content

runtime_value_vec_from_value

Function runtime_value_vec_from_value 

Source
pub fn runtime_value_vec_from_value<T>(value: &Value) -> Option<Vec<T>>
Expand description

runtime_value_vec_from_value

Shared Value::List decode for generated list wrapper types. This preserves typed value-surface decoding while avoiding one repeated loop body per generated list schema type.