macro_rules! impl_storage_write {
($($type:ty)*) => { ... };
}Expand description
Implement [trait StorageWrite] using its [trait State] implementation.
macro_rules! impl_storage_write {
($($type:ty)*) => { ... };
}Implement [trait StorageWrite] using its [trait State] implementation.