Trait claw_codegen::EncodeStatement
source · pub trait EncodeStatement {
// Required methods
fn alloc_expr_locals(
&self,
allocator: &mut ExpressionAllocator<'_>
) -> Result<(), GenerationError>;
fn encode(
&self,
code_gen: &mut CodeGenerator<'_>
) -> Result<(), GenerationError>;
}