pub trait FromWideStringwhere
    Self: Sized,{
    // Required method
    fn from_wides_until_nul(wide: &[u16]) -> Self;
}

Required Methods§

source

fn from_wides_until_nul(wide: &[u16]) -> Self

Implementations on Foreign Types§

source§

impl FromWideString for OsString

Implementors§