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