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§

cached_field
Attribute macro decorates on function implementations of struct;