Expand description
Common result support
Structs§
- Result
Code - Represents a (raw) result value used all over the OS
- Result
Success
Traits§
- Result
Base - Represents a base trait for result value definitions to follow
Functions§
- pack
- Produces a
Resultwhose value will depend on whether the suppliedResultCodewas successful - unpack
- Produces the
ResultCodecorresponding to a packed result
Type Aliases§
- Result
- Represents a result holding a certain value or a
ResultCodeas an indication of failure