pub type ContainerSharedAsyncReadonlyLocked<T, Format> = ContainerSharedAsync<T, ManagerReadonlyLocked<Format>>;
Available on crate feature
shared-async
only.Expand description
Type alias to a shared, asynchronous, thread-safe container that is read-only, and has a shared file lock.
Aliased Typeยง
pub struct ContainerSharedAsyncReadonlyLocked<T, Format> { /* private fields */ }