Function get_schema_diff

Source
pub fn get_schema_diff(
    src_schema: HttpSchema,
    tgt_schema: HttpSchema,
) -> DiffResult<HttpSchemaDiff>