Function mz_lowertest::parse_as_vec
source ยท pub(crate) fn parse_as_vec<I, C>(
stream_iter: &mut I,
type_name: &str,
rti: &ReflectedTypeInfo,
ctx: &mut C,
) -> Result<Vec<String>, String>
Expand description
Converts all TokenTree
s into JSON deserializable to type_name
.