Struct core::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>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, source: &Self)
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).