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