mod erased#
- module erased#
Erased backend alias used by runtime configuration and dependency injection. Type-erased storage backend aliases.
Types
- type AnyBackend#
Type-erased adaptive storage backend.
This alias is used by runtime configuration code when the concrete backend type does not matter and only the
crate::storage::traits::StorageBackendDyncontract is required.