For the first question, you need to use the ref keyword, as said by @Adrian: impl Expr { fn eval(&self, env: &mut Env) -> Result<u32, ...
確定! 回上一頁