Trait windows::Win32::System::Com::Marshal::IMarshalingStream_Impl

pub trait IMarshalingStream_Impl: Sized + IStream_Impl {
    // Required method
    fn GetMarshalingContextAttribute(
        &self,
        attribute: CO_MARSHALING_CONTEXT_ATTRIBUTES,
    ) -> Result<usize>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§