pub fn semantic_diff(
repo: &Repository,
from_tree_hash: &ContentHash,
to_tree_hash: &ContentHash,
options: &SemanticDiffOptions,
) -> Result<SemanticDiffResult, Error>pub fn semantic_diff(
repo: &Repository,
from_tree_hash: &ContentHash,
to_tree_hash: &ContentHash,
options: &SemanticDiffOptions,
) -> Result<SemanticDiffResult, Error>