mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
7 lines
108 B
Rust
7 lines
108 B
Rust
#[derive(PartialEq, Eq, Clone, Copy, Debug)]
|
|
pub enum StepResult {
|
|
Found,
|
|
OpenEnd,
|
|
ClosedEnd,
|
|
}
|