Namespace Badeend
Classes
- Result
Supporting methods for Result<TValue, TFailure>.
Structs
- Result<TValue, TFailure>
Represents the result of a fallible operation.
A
Result
can be in one of two states: Success or Failure. Both states have an associated payload of typeTValue
orTFailure
respectively.
Enums
- ResultState
State of a result.