Trait windows::Win32::System::Com::IRpcProxyBuffer_Impl
pub trait IRpcProxyBuffer_Impl: Sized {
// Required methods
fn Connect(
&self,
prpcchannelbuffer: Option<&IRpcChannelBuffer>,
) -> Result<()>;
fn Disconnect(&self);
}
Required Methods§
fn Connect(&self, prpcchannelbuffer: Option<&IRpcChannelBuffer>) -> Result<()>
fn Disconnect(&self)
Object Safety§
This trait is not object safe.