Type Alias bundler::CurrentBundle

source ·
pub(crate) type CurrentBundle = Arc<RwLock<BundleFile<NoMetadata>>>;
Expand description

A thread safe, mutable, wrapper around the BundleFile

Aliased Type§

struct CurrentBundle { /* private fields */ }