pub fn runtime_value_vec_from_value<T>(value: &Value) -> Option<Vec<T>>where
T: RuntimeValueDecode,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.