Struct peel_ip::prelude::str::Bytes1.0.0 [] [src]

pub struct Bytes<'a>(_);

External iterator for a string's bytes. Use with the std::iter module.

Created with the method bytes().

Trait Implementations

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

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

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

Formats the value using the given formatter.

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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