Skip to main content

diff_surfaces

Function diff_surfaces 

Source
pub fn diff_surfaces(baseline: &ApiSurface, current: &ApiSurface) -> SurfaceDiff
Expand description

Compute the diff between a baseline surface and the current surface.

Breaking changes are: removed items, changed signatures, relocated types. Non-breaking changes are: added items (allowed).