pub type StandardContainerSharedAsyncOptions = StandardManagerOptions;Available on crate feature
shared-async only.Expand description
A shortcut to StandardManagerOptions.
Aliased Type§
pub struct StandardContainerSharedAsyncOptions {
pub lock: FileLock,
pub mode: FileMode,
}Fields§
§lock: FileLockWhat file lock scheme the StandardManager should use.
See FileLock for more information.
mode: FileModeWhat file mode the StandardManager should use.
See FileMode for more information.