Module value

Module value 

Source

Structs§

Adapter
OnceValues
Calls the given function and initialize the value upon first use.
RepeatValues
Calls the given function and initializes the value each time it is used.

Traits§

Values

Functions§

once_values
Calls the given function and initialize the value upon first use.
repeat_values
Calls the given function and initializes the value each time it is used.
wrap