Type Alias ContainerSharedAsyncWritableLocked

Source
pub type ContainerSharedAsyncWritableLocked<T, Format> = ContainerSharedAsync<T, ManagerWritableLocked<Format>>;
Available on crate feature shared-async only.
Expand description

Type alias to a shared, asynchronous, thread-safe container that is readable and writable, and has an exclusive file lock.

Aliased Typeยง

pub struct ContainerSharedAsyncWritableLocked<T, Format> { /* private fields */ }