Skip to main content

StandardContainerOptions

Type Alias StandardContainerOptions 

Source
pub type StandardContainerOptions = StandardManagerOptions;
Expand description

A shortcut to StandardManagerOptions.

Aliased Type§

pub struct StandardContainerOptions {
    pub lock: FileLock,
    pub mode: FileMode,
}

Fields§

§lock: FileLock

What file lock scheme the StandardManager should use.

See FileLock for more information.

§mode: FileMode

What file mode the StandardManager should use.

See FileMode for more information.