macro_rules! impl_storable_bounded {
($ident:ident, $max_size:expr, $is_fixed_size:expr) => { ... };
}Expand description
impl_storable_bounded
Implement bounded stable storage encoding for one serde-backed type.
macro_rules! impl_storable_bounded {
($ident:ident, $max_size:expr, $is_fixed_size:expr) => { ... };
}impl_storable_bounded
Implement bounded stable storage encoding for one serde-backed type.