Trait cpclib_asm::assembler::function::ReturnExpr
source · pub trait ReturnExpr {
// Required method
fn return_expr(&self) -> Option<&Expr>;
}Expand description
Returns the expression of the RETURN directive