Trait ezemoji::EZEmoji[][src]

pub trait EZEmoji {
    fn as_vec_u32(&self) -> Vec<u32>;

    fn as_vec_char(&self) -> Vec<char> { ... }
}

A trait to turn the Type into a Vec

Required methods

fn as_vec_u32(&self) -> Vec<u32>[src]

Returns a Vec<u32>

Loading content...

Provided methods

fn as_vec_char(&self) -> Vec<char>[src]

Returns a Vec<char>

Loading content...

Implementors

Loading content...