Trait nom::AsChar [] [src]

pub trait AsChar {
    fn as_char(self) -> char;
fn is_alpha(self) -> bool;
fn is_alphanum(self) -> bool;
fn is_0_to_9(self) -> bool;
fn is_hex_digit(self) -> bool;
fn is_oct_digit(self) -> bool; }

Required Methods

Implementations on Foreign Types

impl<'a> AsChar for &'a u8
[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl AsChar for char
[src]

[src]

[src]

[src]

[src]

[src]

[src]

Implementors