impl_storage_write

Macro impl_storage_write 

Source
macro_rules! impl_storage_write {
    ($($type:ty)*) => { ... };
}
Expand description

Implement [trait StorageWrite] using its [trait State] implementation.