pub trait Simplify {
// Required method
fn simplify(&self, context: &CompileContext) -> Self;
}Required Methods§
fn simplify(&self, context: &CompileContext) -> Self
Object Safety§
This trait is not object safe.
pub trait Simplify {
// Required method
fn simplify(&self, context: &CompileContext) -> Self;
}