Module scm_bisect::basic

source ·
Expand description

Basic search strategies; see BasicStrategyKind.

Structs§

  • A set of basic search strategies defined by BasicStrategyKind.

Enums§

Traits§

  • Implementation of Graph that represents the common case of a directed acyclic graph in source control. You can implement this trait instead of Graph (as there is a blanket implementation for Graph) and also make use of BasicStrategy.