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.
Trait Implementations
impl<'a> Debug for Bytes<'a>[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.