Function zarrs::config::global_config_mut

source ·
pub fn global_config_mut() -> RwLockWriteGuard<'static, Config>
Expand description

Returns a mutable reference to the global zarrs configuration.

§Panics

This function panics if the underlying lock has been poisoned and might panic if the global config is already held by the current thread.