pub type StorageType = Rc<RefCell<StorageSchema>>;Expand description
Convenience type for Rc<RefCell<StorageSchema>>;
Aliased Typeยง
pub struct StorageType { /* private fields */ }pub type StorageType = Rc<RefCell<StorageSchema>>;Convenience type for Rc<RefCell<StorageSchema>>;
pub struct StorageType { /* private fields */ }