Struct std::str::DecompositionsExperimental
[-]
[+]
[src]
pub struct Decompositions<'a> {
// some fields omitted
}External iterator for a string's decomposition's characters.
Use with the std::iter module.