concurrency v3.0.2 (2021-07-08T11:18:17Z)
Dub
Repo
Result.result
concurrency
Result
Undocumented in source.
Nullable
!(
Cancelled
,
Exception
)
result
;
struct
Result
(T)
static if
(
is(T == void)
)
Nullable
!(
Cancelled
,
Exception
)
result
;
Algebraic
!(
Value
!
T
,
Cancelled
,
Exception
)
result
;
Meta
Source
See Implementation
concurrency
Result
constructors
this
functions
assumeOk
error
isCancelled
isError
isOk
value
structs
Value
variables
result