pub type ParsedDiff<'a> = Vec<ParsedFileDiff<'a>>;
pub struct ParsedDiff<'a> { /* private fields */ }