Trait Vcharsable

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

Required Methods§

Source

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

Implementations on Foreign Types§

Source§

impl Vcharsable for bool

Source§

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

Source§

impl Vcharsable for char

Source§

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

Source§

impl Vcharsable for f32

Source§

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

Source§

impl Vcharsable for f64

Source§

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

Source§

impl Vcharsable for i8

Source§

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

Source§

impl Vcharsable for i16

Source§

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

Source§

impl Vcharsable for i32

Source§

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

Source§

impl Vcharsable for i64

Source§

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

Source§

impl Vcharsable for i128

Source§

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

Source§

impl Vcharsable for isize

Source§

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

Source§

impl Vcharsable for u8

Source§

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

Source§

impl Vcharsable for u16

Source§

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

Source§

impl Vcharsable for u32

Source§

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

Source§

impl Vcharsable for u64

Source§

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

Source§

impl Vcharsable for u128

Source§

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

Source§

impl Vcharsable for usize

Source§

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

Source§

impl Vcharsable for String

Source§

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

Source§

impl Vcharsable for OsStr

Source§

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

Source§

impl<'a> Vcharsable for &'a str

Source§

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

Implementors§