Expand description
NamedTypeLinks, the storage interface every layer of the CLI is written
against, and its implementations for the plain store and for each decorator.
A store that implements this trait can be dropped anywhere in the stack, so an application can add its own layer – a cache, a permission check, a remote store – without the query processor knowing about it.