Skip to main content

Storage

Type Alias Storage 

Source
pub type Storage = Arc<dyn StorageBackend>;
Expand description

Type alias for storage backend

Aliased Typeยง

pub struct Storage { /* private fields */ }