Although this is less likely to be extended, I'd try to mark it as non_exhaustive.
Typically, people only pass a certain variant to construct a ParseOptions. This only affect when people try to match against variants and then they should handle the _ cases always.
Although this is less likely to be extended, I'd try to mark it as
non_exhaustive
.Typically, people only pass a certain variant to construct a
ParseOptions
. This only affect when people try to match against variants and then they should handle the_
cases always.This is related to #16 #18 #19.