class Success<out T> : IoResult<T>
<init>
Success(path: Path, value: T)
value
val value: T
path
val path: Path