pub trait IMarshalingStream_Impl: Sized + IStream_Impl {
// Required method
fn GetMarshalingContextAttribute(
&self,
attribute: CO_MARSHALING_CONTEXT_ATTRIBUTES,
) -> Result<usize>;
}
Required Methods§
fn GetMarshalingContextAttribute( &self, attribute: CO_MARSHALING_CONTEXT_ATTRIBUTES, ) -> Result<usize>
Object Safety§
This trait is not object safe.