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

pub struct Lines<'a>(_);

Created with the method lines().

Trait Implementations

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

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

Formats the value using the given formatter.

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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