core::str::Bytes[src]
type Bytes<'a> = Map<'a, &'a u8, u8, Items<'a, u8>>;
External iterator for a string's bytes.
Use with the std::iter module.
type Bytes<'a> = Map<'a, &'a u8, u8, Items<'a, u8>>;
External iterator for a string's bytes.
Use with the std::iter module.
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 (or str), enum,
trait, typedef (or
tdef).