Trait IWSDAddress_Impl
pub trait IWSDAddress_Impl: IUnknownImpl {
// Required methods
fn Serialize(
&self,
pszbuffer: PWSTR,
cchlength: u32,
fsafe: BOOL,
) -> Result<()>;
fn Deserialize(&self, pszbuffer: &PCWSTR) -> Result<()>;
}
Required Methods§
fn Serialize(&self, pszbuffer: PWSTR, cchlength: u32, fsafe: BOOL) -> Result<()>
fn Deserialize(&self, pszbuffer: &PCWSTR) -> Result<()>
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.