Struct core::str::BytesStable
[-]
[+]
[src]
pub struct Bytes<'a>(_);
External iterator for a string's bytes.
Use with the std::iter module.
Created with StrExt::bytes
pub struct Bytes<'a>(_);
External iterator for a string's bytes.
Use with the std::iter module.
Created with StrExt::bytes
impl<'a> Iterator<u8> for Bytes<'a>impl<'a> DoubleEndedIterator<u8> for Bytes<'a>impl<'a> ExactSizeIterator<u8> for Bytes<'a>fn rposition<P>(&mut self, predicate: P) -> Option<uint> where P: FnMut(u8) -> boolfn len(&self) -> uintimpl<'a> Clone for Bytes<'a>fn clone(&self) -> Bytes<'a>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).