Crate cached_field
source ·Expand description
Proc macro to cache associate function result on strut field. An analogy to python’s @cached_property class decorator.
Attribute Macros§
- 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.