[][src]Trait syn_ext::PunctuatedExt

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

Required methods

fn remove(&mut self, index: usize) -> Pair<T, P> where
    P: Default

Loading content...

Implementations on Foreign Types

impl<T, P> PunctuatedExt<T, P> for Punctuated<T, P>[src]

Loading content...

Implementors

Loading content...