bundler

Type Alias 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 */ }