Try and Option<List<MyEnum>> do not se...
# arrow
j
Try and Option<List<MyEnum>> do not seem ideal Either<List<MyEnum>, Unit> works but a bit verbose Then there is Validated but after reading the doc I don't understand how to use it :P