pub fn runtime_value_vec_from_value<T>(value: &Value) -> Option<Vec<T>>where
T: RuntimeValueDecode,Expand description
Decode a runtime list into a typed vector.
pub fn runtime_value_vec_from_value<T>(value: &Value) -> Option<Vec<T>>where
T: RuntimeValueDecode,Decode a runtime list into a typed vector.