Expand description
Proc macro to cache associate function result on strut field. An analogy to python’s @cached_property class decorator.
Attribute Macros§
- cached_
field - Attribute macro decorates on function implementations of struct;
Proc macro to cache associate function result on strut field. An analogy to python’s @cached_property class decorator.