Struct std::str::RSplitNStable
[-]
[+]
[src]
pub struct RSplitN<'a, P>(_);
Return type of StrExt::rsplitn
pub struct RSplitN<'a, P>(_);
Return type of StrExt::rsplitn
impl<'a, P: CharEq> Iterator<&'a str> for RSplitN<'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: Clone> Clone for RSplitN<'a, P>fn clone(&self) -> RSplitN<'a, P>fn clone_from(&mut self, &RSplitN<'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).