Function lowertest::parse_as_vec[][src]

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.