pub fn diff_documents(
from: &AdfDocument,
to: &AdfDocument,
opts: &DiffOptions,
) -> DiffExpand description
Computes a structural diff between two ADF documents.
pub fn diff_documents(
from: &AdfDocument,
to: &AdfDocument,
opts: &DiffOptions,
) -> DiffComputes a structural diff between two ADF documents.