Expand description
Module for noop storage implementation.
Structs§
- Noop
Store - Noop store, does nothing, can’t do anything
- Noop
Store Config - Configuration for
NoopStore
. - Noop
Store Directory - Representation of a directory in the noop store.
- Noop
Store Directory Reader - Reader for streaming entries from a noop store directory.
- Noop
Store File - Representation of a file in the noop store.
- Noop
Store File Metadata - Metadata associated with a file in the store store.
- Noop
Store File Reader - Reader for asynchronously reading the contents of a file in the noop store.
- Noop
Store File Writer - Writer for files in the noop store.