Expand description
Module for backend related functionality.
Modulesยง
- cache ๐
- childstdout ๐
- decrypt ๐
- dry_run ๐
- hotcold ๐
- ignore ๐
- local_
destination ๐ - node ๐
- stdin ๐
- warm_up ๐
Structsยง
- Read
Source Entry - Information about an entry to be able to open it.
- Repository
Backends - The backends a repository can be initialized and operated on
Enumsยง
- Backend
Error Kind BackendErrorKind
describes the errors that can be returned by the various Backends- File
Type - Type for describing the kind of a file that can occur.
Constantsยง
- ALL_
FILE_ TYPES - All
FileType
s which are located in separated directories
Traitsยง
- Find
InBackend - Trait for Searching in a backend.
- Read
Backend - Trait for backends that can read.
- Read
Source - Trait for backends that can read from a source.
- Read
Source Open - Trait for backends that can read and open sources. This trait is implemented by all backends that can read data and open from a source.
- Write
Backend - Trait for backends that can write. This trait is implemented by all backends that can write data.
- Write
Source - Trait for backends that can write to a source.
Type Aliasesยง
- Backend
Result ๐