Struct collections::str::SplitStable
[-]
[+]
[src]
pub struct Split<'a, P>(_);
Return type of StrExt::split
pub struct Split<'a, P>(_);
Return type of StrExt::split
impl<'a, P: CharEq> Iterator<&'a str> for Split<'a, P>
fn next(&mut self) -> Option<&'a str>
fn size_hint(&self) -> (uint, Option<uint>)
fn size_hint(&self) -> (uint, Option<uint>)
impl<'a, P: CharEq> DoubleEndedIterator<&'a str> for Split<'a, P>
impl<'a, P: Clone> Clone for Split<'a, P>
fn clone(&self) -> Split<'a, P>
fn clone_from(&mut self, &Split<'a, P>)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).