Trait FromWide
druid_shell::windows::util
pub trait FromWide { fn to_u16_slice(&self) -> &[u16]; fn to_os_string(&self) -> OsString { ... } fn from_wide(&self) -> Option<String> { ... } }
fn to_u16_slice(&self) -> &[u16]
fn to_os_string(&self) -> OsString
fn from_wide(&self) -> Option<String>
impl FromWide for LPWSTR
impl FromWide for [u16]