package
Version:
v0.3.1
Opens a new window with list of versions in this module.
Published: Aug 25, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Result[T any, E any] struct {
Ok *T `ic:"Ok,variant"`
Err *E `ic:"Err,variant"`
}
Result is a generic type that represents either success (Ok) or failure (Err).
It is used as the return type of functions which may fail.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.