derive Debug for multi_iterator_scanner::ProcessingDecision (#31312)
This commit is contained in:
parent
18aa54a4b6
commit
2d91c52373
|
@ -14,6 +14,7 @@
|
||||||
//!
|
//!
|
||||||
|
|
||||||
/// Output from the element checker used in `MultiIteratorScanner::iterate`.
|
/// Output from the element checker used in `MultiIteratorScanner::iterate`.
|
||||||
|
#[derive(Debug)]
|
||||||
pub enum ProcessingDecision {
|
pub enum ProcessingDecision {
|
||||||
/// Should be processed by the scanner.
|
/// Should be processed by the scanner.
|
||||||
Now,
|
Now,
|
||||||
|
|
Loading…
Reference in New Issue