stringify

inline fun <T : Any> Result<T>.stringify(toString: (data: T) -> String): String

Converts Result into human-readable string.