macro_rules! impl_storable_bounded { ($ident:ident, $max_size:expr, $is_fixed_size:expr) => { ... }; }
Implement Storable with a bounded size guarantee.
Storable