Use TestResult in all code examples
As using TestResult
in all code examples gets around any and all use of unwrap()
and expect()
it should be preferred over Result<(), Error>
.
Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.
As using TestResult
in all code examples gets around any and all use of unwrap()
and expect()
it should be preferred over Result<(), Error>
.