pub type StorageHandle = Arc<dyn ResourceStorage + Sync + Send>;
A handle to a resource storage used by archives
pub struct StorageHandle { /* private fields */ }