Struct std_prelude::str::Bytes1.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]

[src]

Formats the value using the given formatter.

impl<'a> FusedIterator for Bytes<'a>
[src]

impl<'a> Clone for Bytes<'a>
[src]

[src]

impl<'a> ExactSizeIterator for Bytes<'a>
[src]

[src]

[src]

impl<'a> Iterator for Bytes<'a>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl<'a> DoubleEndedIterator for Bytes<'a>
[src]

[src]

[src]