[][src]Trait cast_wd::string::Cast

pub trait Cast {
    fn string(&self) -> String { ... }
}

Provided methods

fn string(&self) -> String

Loading content...

Implementations on Foreign Types

impl<'_> Cast for &'_ str[src]

impl Cast for i8[src]

impl Cast for i16[src]

impl Cast for i32[src]

impl Cast for i64[src]

impl Cast for i128[src]

impl Cast for u8[src]

impl Cast for u16[src]

impl Cast for u32[src]

impl Cast for u64[src]

impl Cast for u128[src]

impl Cast for f32[src]

impl Cast for f64[src]

impl Cast for bool[src]

impl<'_> Cast for &'_ [u8][src]

impl Cast for Vec<u8>[src]

Loading content...

Implementors

Loading content...