macro_rules! derive_cache {
($struct:tt, $field:ident, $codec:ty, $type:ty) => { ... };
}Expand description
Macro to derive cache trait for a struct.
macro_rules! derive_cache {
($struct:tt, $field:ident, $codec:ty, $type:ty) => { ... };
}Macro to derive cache trait for a struct.