Trait rustpython_common::windows::ToWideString
source · pub trait ToWideString {
// Required methods
fn to_wide(&self) -> Vec<u16>;
fn to_wides_with_nul(&self) -> Vec<u16>;
}
pub trait ToWideString {
// Required methods
fn to_wide(&self) -> Vec<u16>;
fn to_wides_with_nul(&self) -> Vec<u16>;
}