Appearance
True Myth / result / ResultJSON
ResultJSON<T, E> = OkJSON<T> | ErrJSON<E>
T
E
OkJSON
ErrJSON
Representation of a Result when serialized to JSON.
Result