Storage Documentation

Enumeration Providers

public enum Providers  

A module-like enum listing all providers.

Nested Types

Providers.Lock

A struct defining an instance abstracting a lock, a padlock, requiring some key to be opened.

Providers.Offset

A struct defining an instance abstracting a page reference, identified by some bookmark.

Nested Type Aliases

Lock​Offset

typealias LockOffset<I1, I2, O> = Lock<I1, Offset<I2, O>>

A typealias for a composition of Providers.Lock and Providers.Offset.