[][src]Trait rstring_builder::Vcharsable

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

Required methods

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

Loading content...

Implementations on Foreign Types

impl Vcharsable for String[src]

impl Vcharsable for OsStr[src]

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

impl Vcharsable for char[src]

Loading content...

Implementors

Loading content...