Struct collections::str::Bytes  
            
                [−]
            
        [src]
pub struct Bytes<'a>(_);
External iterator for a string's bytes.
Use with the std::iter module.
Created with the method .bytes().