[][src]Trait druid_shell::windows::util::ToWide

pub trait ToWide {
    fn to_wide_sized(&self) -> Vec<u16>;
fn to_wide(&self) -> Vec<u16>; }

Required methods

fn to_wide_sized(&self) -> Vec<u16>

fn to_wide(&self) -> Vec<u16>

Loading content...

Implementors

impl<T> ToWide for T where
    T: AsRef<OsStr>, 
[src]

Loading content...