Trait IMarshalingStream_Impl
pub trait IMarshalingStream_Impl: 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>
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.