Skip to main content

Module traits

Module traits 

Source
Expand description

Path fetcher traits and types.

Enums§

PathWaitError
Path wait errors.
PathWaitTimeoutError
Path wait errors.

Traits§

PathManager
Trait for active path management with async interface.
PathPrefetcher
Trait for prefetching paths in the path manager.
SyncPathManager
Trait for active path management with sync interface. Implementors of this trait should be able to be used in sync and async context. The functions must not block.