Struct std::str::DecompositionsUnstable [-] [+] [src]

pub struct Decompositions<'a> {
    // some fields omitted
}

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

Trait Implementations

impl<'a> Iterator for Decompositions<'a>

type Item = char

fn next(&mut self) -> Option<char>

fn size_hint(&self) -> (usize, Option<usize>)

fn size_hint(&self) -> (usize, Option<usize>)

Derived Implementations

impl<'a> Clone for Decompositions<'a>

fn clone(&self) -> Decompositions<'a>

fn clone_from(&mut self, &Decompositions<'a>)