Add Storage and UpgradeStorage to Env
This commit is contained in:
6
src/api/mod.rs
Normal file
6
src/api/mod.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
//! APIs for the environment.
|
||||
//!
|
||||
//! The [environment](crate::env::Env) is split into components. Each component has an API described
|
||||
//! by a trait. This module gathers the API of those components.
|
||||
|
||||
pub mod upgrade_storage;
|
||||
Reference in New Issue
Block a user