pub type SchemaDiff<'a> = Diff<&'a Schema>;
pub struct SchemaDiff<'a> { pub old: &'a Schema, pub new: &'a Schema, }
old: &'a Schema
new: &'a Schema