[src]

std::str::Bytes

type Bytes<'a> = Map<'a, &'a u8, u8, Items<'a, u8>>;

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