Function mz_lowertest::parse_as_tuple
source ยท pub(crate) fn parse_as_tuple<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.
type_name
is assumed to have been stripped of whitespace.