pub(crate) type CurrentBundle = Arc<RwLock<BundleFile<NoMetadata>>>;
Expand description
A thread safe, mutable, wrapper around the BundleFile
Aliased Typeยง
struct CurrentBundle { /* private fields */ }
pub(crate) type CurrentBundle = Arc<RwLock<BundleFile<NoMetadata>>>;
A thread safe, mutable, wrapper around the BundleFile
struct CurrentBundle { /* private fields */ }