runCatchingOutcome

inline fun <T> runCatchingOutcome(block: () -> T): Outcome<T>
inline fun <T> T.runCatchingOutcome(block: () -> T): Outcome<T>