Struct core::char::EscapeUnicodeExperimental [-]  [+] [src]

pub struct EscapeUnicode {
    // some fields omitted
}

An iterator over the characters that represent a char, as escaped by Rust's unicode escaping rules.

Trait Implementations

impl Iterator<char> for EscapeUnicode

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

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

Derived Implementations

impl Clone for EscapeUnicode

fn clone(&self) -> EscapeUnicode

fn clone_from(&mut self, source: &Self)