Module git_protocol::fetch::delegate
source · [−]Expand description
Enums
What to do after DelegateBlocking::prepare_ls_refs
.
Traits
The protocol delegate is the bare minimal interface needed to fully control the fetch
operation.
The non-IO protocol delegate is the bare minimal interface needed to fully control the fetch
operation, sparing
the IO parts.
Async implementations must treat it as blocking and unblock it by evaluating it elsewhere.