Skip to main content

StandardContainerSharedAsyncOptions

Type Alias StandardContainerSharedAsyncOptions 

Source
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: 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.