pub type BisectResult = BisectStep;Expand description
Backward-readable alias for BisectStep. Prefer BisectStep in new code.
Aliased Type§
pub enum BisectResult {
NextCandidate {
revision: RevSpec,
},
FirstBad {
revision: RevSpec,
},
}