pub type FallbackPlan<'a> = Box<dyn Iterator<Item = NodeRef<'a>> + Send + Sync + 'a>;
Expand description
The fallback list of nodes in the query plan.
It is computed on-demand, only if querying the most preferred node fails (or when speculative execution is triggered).
Aliased Typeยง
struct FallbackPlan<'a>(/* private fields */);