pub trait ParseOptions: Default { fn is_valid(&self) -> bool; }
Shared trait for all parser options.
Determine if the options are valid.