Struct collections::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>fn next(&mut self) -> Option<u8>fn size_hint(&self) -> (uint, Option<uint>)fn size_hint(&self) -> (uint, Option<uint>)impl<'a> DoubleEndedIterator<u8> for Bytes<'a>impl<'a> ExactSizeIterator<u8> for Bytes<'a>fn rposition<P>(&mut self, predicate: P) -> Option<uint>fn len(&self) -> uintfn rposition<P>(&mut self, P) -> Option<uint>fn len(&self) -> uintimpl<'a> Clone for Bytes<'a>fn clone(&self) -> Bytes<'a>fn clone_from(&mut self, &Bytes<'a>)
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).