Trait IWSDOutboundAttachment_Impl
pub trait IWSDOutboundAttachment_Impl: IWSDAttachment_Impl {
// Required methods
fn Write(&self, pbuffer: *const u8, dwbytestowrite: u32) -> Result<u32>;
fn Close(&self) -> Result<()>;
fn Abort(&self) -> Result<()>;
}
Required Methods§
fn Write(&self, pbuffer: *const u8, dwbytestowrite: u32) -> Result<u32>
fn Close(&self) -> Result<()>
fn Abort(&self) -> 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.