Skip to main content

match_observations

Function match_observations 

Source
pub fn match_observations(
    pattern: &Pattern,
    observations: &[Observation],
) -> Result<MatchResult, MatchError>
Expand description

Match a pattern against a list of pre-built observations.