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

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

Created with the method split.

Trait Implementations

impl<'a, P> Debug for Split<'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 Split<'a, P> where
    P: Pattern<'a>, 
[src]

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

[src]

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

[src]

impl<'a, P> DoubleEndedIterator for Split<'a, P> where
    P: Pattern<'a>,
    <P as Pattern<'a>>::Searcher: DoubleEndedSearcher<'a>, 
[src]

[src]