EasyPCWSTR

Trait EasyPCWSTR 

Source
pub trait EasyPCWSTR {
    type Error;

    // Required method
    fn easy_pcwstr(self) -> Result<PCWSTRGuard, Self::Error>;
}
Expand description

Conversion to PCWSTRGuard from various string types for easy FFI usage.

Required Associated Types§

Required Methods§

Implementations on Foreign Types§

Source§

impl EasyPCWSTR for &str

Source§

impl EasyPCWSTR for &OsStr

Source§

impl EasyPCWSTR for &OsString

Source§

impl EasyPCWSTR for &Path

Source§

impl EasyPCWSTR for &PathBuf

Source§

impl EasyPCWSTR for U16CString

Implementors§