Macro memory::chunk_sized_expr
source · macro_rules! chunk_sized_expr { ($t:ty, $chunk:ident, .$($method:tt)*) => { ... }; }
Expand description
A macro for applying the same field/method accessors to all variants
in an enum based on the three possible PageSize
s.