Struct std_prelude::str::SplitN1.0.0 [] [src]

pub struct SplitN<'a, P>(_)
where
    P: Pattern<'a>
;

Created with the method splitn.

Trait Implementations

impl<'a, P> Debug for SplitN<'a, P> where
    P: Pattern<'a>,
    <P as Pattern<'a>>::Searcher: Debug
[src]

[src]

Formats the value using the given formatter.

impl<'a, P> FusedIterator for SplitN<'a, P> where
    P: Pattern<'a>, 
[src]

impl<'a, P> Clone for SplitN<'a, P> where
    P: Pattern<'a>,
    <P as Pattern<'a>>::Searcher: Clone
[src]

[src]

impl<'a, P> Iterator for SplitN<'a, P> where
    P: Pattern<'a>, 
[src]

[src]