Trait IDxcAssembler_Impl
pub trait IDxcAssembler_Impl: IUnknownImpl {
// Required method
fn AssembleToContainer(
&self,
pshader: Ref<'_, IDxcBlob>,
) -> Result<IDxcOperationResult>;
}
Required Methods§
fn AssembleToContainer( &self, pshader: Ref<'_, IDxcBlob>, ) -> Result<IDxcOperationResult>
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.