runTrying

inline fun <R> runTrying(block: () -> R): Try<R>
inline fun <T, R> T.runTrying(block: T.() -> R): Try<R>