[][src]Function tydi::parser::nom::list_of_streamlets

pub fn list_of_streamlets(
    input: &str
) -> IResult<&str, Vec<Streamlet>, VerboseError<&str>>