pub fn shape_report_from_match(
cx: &mut Cx,
shape: Ref,
target: Ref,
matched: ShapeMatch,
) -> Result<ShapeReport>Expand description
Intern a ShapeMatch into a ShapeReport for the given shape and
target references.
pub fn shape_report_from_match(
cx: &mut Cx,
shape: Ref,
target: Ref,
matched: ShapeMatch,
) -> Result<ShapeReport>Intern a ShapeMatch into a ShapeReport for the given shape and
target references.