[][src]Trait alder::UtfExt

pub trait UtfExt {
    fn is_ws(&self) -> bool;
fn is_inline_ws(&self) -> bool;
fn is_line_ending(&self) -> bool;
fn is_hex(&self) -> bool;
fn is_digits(&self) -> bool;
fn is_xid_start(&self) -> bool;
fn is_xid_continue(&self) -> bool; }

Required methods

fn is_ws(&self) -> bool

fn is_inline_ws(&self) -> bool

fn is_line_ending(&self) -> bool

fn is_hex(&self) -> bool

fn is_digits(&self) -> bool

fn is_xid_start(&self) -> bool

fn is_xid_continue(&self) -> bool

Loading content...

Implementations on Foreign Types

impl<'a> UtfExt for &'a str[src]

Loading content...

Implementors

Loading content...