impl_storable_bounded

Macro impl_storable_bounded 

Source
macro_rules! impl_storable_bounded {
    ($ident:ident, $max_size:expr, $is_fixed_size:expr) => { ... };
}
Expand description

Implement Storable with a bounded size guarantee.