pub trait CodegenParams {
// Required method
fn inlining_enabled(&self) -> bool;
}Expand description
Trait defining generic code generation configuration parameters.
Required Methods§
Sourcefn inlining_enabled(&self) -> bool
fn inlining_enabled(&self) -> bool
Returns true if inlining is enabled.