[][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]

impl Vcharsable for bool[src]

impl Vcharsable for usize[src]

impl Vcharsable for u8[src]

impl Vcharsable for u16[src]

impl Vcharsable for u32[src]

impl Vcharsable for u64[src]

impl Vcharsable for u128[src]

impl Vcharsable for isize[src]

impl Vcharsable for i8[src]

impl Vcharsable for i16[src]

impl Vcharsable for i32[src]

impl Vcharsable for i64[src]

impl Vcharsable for i128[src]

impl Vcharsable for f32[src]

impl Vcharsable for f64[src]

Loading content...

Implementors

Loading content...