Simply create an enum for your errors as suggested in the Rust book, add short descriptions for the enum variants using doc comments, ...
確定! 回上一頁