pub type DiffLines = Vec<(String, Option<u32>, Option<u32>)>;
pub struct DiffLines { /* private fields */ }