Skip to main content

CodegenParams

Trait CodegenParams 

Source
pub trait CodegenParams {
    // Required method
    fn inlining_enabled(&self) -> bool;
}
Expand description

Trait defining generic code generation configuration parameters.

Required Methods§

Source

fn inlining_enabled(&self) -> bool

Returns true if inlining is enabled.

Implementations on Foreign Types§

Source§

impl<T: CodegenParams> CodegenParams for Rc<RefCell<T>>

Implementors§