Trait spirv_cross2::compile::CompilableTarget
source · pub trait CompilableTarget: Target {
type Options: CompilerOptions;
// Provided method
fn options() -> Self::Options { ... }
}Expand description
Marker trait for a compiler target that can have compiler outputs.
Required Associated Types§
sourcetype Options: CompilerOptions
type Options: CompilerOptions
The options that this target accepts.
Provided Methods§
Object Safety§
This trait is not object safe.