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