译:Rust 常把match 的条件语句,说成手臂(arm),看起来还挺像的。 ... match result { Ok(content) => { content }, Err(error) => { return Err(error.into()); } ...
確定! 回上一頁