ToChars

Trait ToChars 

Source
pub trait ToChars {
    // Required method
    fn to_chars(&self) -> Vec<char>;
}

Required Methods§

Source

fn to_chars(&self) -> Vec<char>

Implementations on Foreign Types§

Source§

impl ToChars for &str

Source§

fn to_chars(&self) -> Vec<char>

Source§

impl ToChars for String

Source§

fn to_chars(&self) -> Vec<char>

Implementors§