1 2 3 4 5 6
#[derive(Debug, Clone, PartialEq, Default)] pub struct Position { pub file_path: String, pub row: usize, pub col: usize, }