Module filter

Source
Expand description

Contains the SyncFilter and Filter traits and related structs.

Modules§

info
This module contains the structs that are used to pass information into the callbacks of the SyncFilter trait and the Filter trait.
ticket
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§

AsyncBridge
Adapts a Filter to the SyncFilter trait.
Process
Information about the calling process.
Request
A struct containing standard information for the current file operation.

Traits§

Filter
Async core functions for implementing a Sync Engine.
SyncFilter
Core functions for implementing a Sync Engine.