readCatching

inline fun <R : Any> readCatching(block: () -> R): Either<ReadError, R>(source)