syn::punctuated

Function do_extend

Source
fn do_extend<T, P, I>(punctuated: &mut Punctuated<T, P>, i: I)
where I: Iterator<Item = Pair<T, P>>,