pub trait IRpcChannelBuffer2_Impl: Sized + IRpcChannelBuffer_Impl {
    // Required method
    fn GetProtocolVersion(&self) -> Result<u32>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§