kmp-toolkit
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-toolkit
result
/
com.siddharth.kmp.result
/
EmptyResult
Empty
Result
typealias
EmptyResult
<
E
>
=
Result
<
Unit
,
E
>
A
Result
carrying no success payload — for operations whose success is just "it worked".