Macro checs::impl_storage

source ·
macro_rules! impl_storage {
    (struct $name:ident {
        $($field:ident : $type:ty,)*
    }) => { ... };
}