Result
public enum Result<T>
Boxes up results into success or failure cases This enum will either return success, with the corresponding value with the correct type, or return failure, with the corresponding error
moltin Docs (100% documented)
public enum Result<T>
Boxes up results into success or failure cases This enum will either return success, with the corresponding value with the correct type, or return failure, with the corresponding error