Struct collections::str::Bytes 1.0.0
[−]
[src]
pub struct Bytes<'a>(_);
An iterator over the bytes of a string slice.
This struct is created by the bytes method on str.
See its documentation for more.