For example, you might use Result<T, E> to represent a computation that returns a value of type T on success, or an error of type E on failure.
確定! 回上一頁