pub trait IDxcValidator_Impl: Sized {
// Required method
fn Validate(
&self,
pshader: Option<&IDxcBlob>,
flags: u32,
) -> Result<IDxcOperationResult>;
}
Required Methods§
fn Validate( &self, pshader: Option<&IDxcBlob>, flags: u32, ) -> Result<IDxcOperationResult>
Object Safety§
This trait is not object safe.