Module value

Module value 

Source

Structs§

AnyValue
AnyValue can save values of any type. In internal it save the value into a vector of type T.
ValAccessor
ValAccessor manage the option value and raw value.
ValInitializer
A type using for initialize the option value.
ValStorer
ValStorer perform the value storing action.
ValValidator

Traits§

ErasedValue
InitializeValue
RawValParser
Implement this if you want parsing the raw value into your type.

Functions§

raw2str
Convert raw value to &str.

Type Aliases§

InitHandler
StoreHandler
ValidatorHandler