Module cloud_filter::filter
source · Expand description
Contains the SyncFilter and Filter traits and related structs.
Modules§
- This module contains the structs that are used to pass information into the callbacks of the SyncFilter trait and the Filter trait.
- This module contains the structs that are used to represent the operation that the engine needs to perform. They are used as parameters to the methods of the SyncFilter trait and the Filter trait.
Structs§
- Adapts a Filter to the SyncFilter trait.
- Information about the calling process.
- A struct containing standard information for the current file operation.
Traits§
- Async core functions for implementing a Sync Engine.
- Core functions for implementing a Sync Engine.