Expand description
Path fetcher traits and types.
Enums§
- Path
Wait Error - Path wait errors.
- Path
Wait Timeout Error - Path wait errors.
Traits§
- Path
Manager - Trait for active path management with async interface.
- Path
Prefetcher - Trait for prefetching paths in the path manager.
- Sync
Path Manager - 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.