Trait syn_ext::ext::PunctuatedExt[][src]

pub trait PunctuatedExt<T, P> {
    fn remove(&mut self, index: usize) -> Pair<T, P>
    where
        P: Default
; }
Expand description

Required methods

Removes and returns the element at position index, popping all elements after it and push them back.

Implementations on Foreign Types

Implementors