pub fn match_bundle(
pattern: &Pattern,
bundle: &Bundle,
) -> Result<MatchResult, MatchError>Expand description
The high-level matching entry points.
Match a pattern against a whole bundle, deriving observations from its
observed-data SDOs and resolving references through the bundle’s objects.