[][src]Trait mail_chars::CharMatchExt

pub trait CharMatchExt: Seal + Copy {
    fn is(self, charset: Charset) -> bool;
fn is_inkl_non_ascii(self, charset: Charset) -> bool; }

Required methods

fn is(self, charset: Charset) -> bool

Returns true if the char is a char belonging to the given charset.

fn is_inkl_non_ascii(self, charset: Charset) -> bool

Returns true if the char is a char belonging to the given charset or a non-us-ascii char.

Loading content...

Implementations on Foreign Types

impl CharMatchExt for char[src]

Loading content...

Implementors

impl CharMatchExt for LookupResult[src]

Loading content...