Expand description
A sans-IO fetching state machine for driving fetch processes.
See the documentation of Fetcher for more details.
Structs§
- Candidate
- A candidate node that can be returned by
Fetcher::next_node. - Fetcher
- A
Fetcherdescribes a machine for driving a fetching process. - Fetcher
Config - Configuration of the
Fetcher. - Progress
- The progress a
Fetcheris making. - Success
- A successful
Fetcherprocess result, where the target was reached. - Target
- The target for the
Fetcherto reach. - Target
Error - Target
Missed - An unsuccessful
Fetcherprocess result, where the target was not reached.
Enums§
- Fetcher
Error - Fetcher
Result - The result of a
Fetcherprocess. - Successful
Outcome - The outcome reached by the
Fetcher, depending on which target was reached first.