Structs§
- Adapter
- 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.
Traits§
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