StorageHandle

Type Alias StorageHandle 

Source
pub type StorageHandle = Arc<dyn ResourceStorage + Sync + Send>;
Expand description

A handle to a resource storage used by archives

Aliased Typeยง

pub struct StorageHandle { /* private fields */ }