Trait FromWideString

Source
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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl FromWideString for OsString

Implementors§