Structs§
- AnyValue
AnyValuecan save values of any type. In internal it save the value into a vector of type T.- ValAccessor
ValAccessormanage the option value and raw value.- ValInitializer
- A type using for initialize the option value.
- ValStorer
ValStorerperform the value storing action.- ValValidator
Traits§
- Erased
Value - Initialize
Value - RawVal
Parser - Implement this if you want parsing the raw value into your type.