std::str::ByteIterator

type ByteIterator<'self> = Map<'self, &'self u8, u8, VecIterator<'self, u8>>;

External iterator for a string's bytes. Use with the std::iterator module.