Trait PunctuatedExt
syn_ext
pub trait PunctuatedExt<T, P> { fn remove(&mut self, index: usize) -> Pair<T, P> where P: Default; }
fn remove(&mut self, index: usize) -> Pair<T, P> where P: Default,
impl<T, P> PunctuatedExt<T, P> for Punctuated<T, P>