duplicate_finder/
output_type.rs

1#[derive(Clone, Copy, PartialEq, Debug)]
2pub enum OutputType {
3    Plain,
4    Json,
5}