Type Definition syn_error_experiment::parse::ParseStream[][src]

type ParseStream<'a> = &'a ParseBuffer<'a>;

Input to a Syn parser function.