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>where
    C: TestDeserializeContext,
    I: Iterator<Item = TokenTree>,
Expand description

Converts all TokenTrees into JSON deserializable to type_name.