FromWide

Trait FromWide 

Source
pub trait FromWide {
    // Required method
    fn to_u16_slice(&self) -> &[u16];

    // Provided methods
    fn to_os_string(&self) -> OsString { ... }
    fn from_wide(&self) -> Option<String> { ... }
}

Required Methods§

Source

fn to_u16_slice(&self) -> &[u16]

Provided Methods§

Implementations on Foreign Types§

Source§

impl FromWide for LPWSTR

Source§

fn to_u16_slice(&self) -> &[u16]

Source§

impl FromWide for [u16]

Source§

fn to_u16_slice(&self) -> &[u16]

Implementors§