Skip to main content

ResolvedFileMappedUnitStore

Type Alias ResolvedFileMappedUnitStore 

Source
pub type ResolvedFileMappedUnitStore<T> = AutomaticUniquenessAndUsagesResolution<T, FileMappedUnitStore<T>>;
Expand description

The file-mapped store wrapped in the upstream decorator stack that C# applies by default, produced by DoubletsStorage::with_automatic_uniqueness_and_usages_resolution.

This is the Rust spelling of the C# type produced by ILinksExtensions.DecorateWithAutomaticUniquenessAndUsagesResolution, which Foundation.Data.Doublets.Cli.Library applies to every UnitedMemoryLinks<TLinkAddress> it opens.

Aliased Typeยง

pub struct ResolvedFileMappedUnitStore<T> { /* private fields */ }