macro_rules! impl_storable_unbounded {
($ident:ident) => { ... };
}Expand description
impl_storable_unbounded
Implement unbounded stable storage encoding for one serde-backed type.
macro_rules! impl_storable_unbounded {
($ident:ident) => { ... };
}impl_storable_unbounded
Implement unbounded stable storage encoding for one serde-backed type.