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.
pub trait EasyPCWSTR {
type Error;
// Required method
fn easy_pcwstr(self) -> Result<PCWSTRGuard, Self::Error>;
}Conversion to PCWSTRGuard from various string types for easy FFI usage.