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

Required Methods§

source

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

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl FromWideString for OsString

Implementors§