pub type StandardContainerOptions = StandardManagerOptions;Expand description
A shortcut to StandardManagerOptions.
Aliased Type§
pub struct StandardContainerOptions {
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.