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