Type Definition peepmatic_runtime::linear::MatchResult[][src]

pub type MatchResult = Result<NonZeroU32, Else>;
Expand description

The result of evaluating a MatchOp.

This is either a specific non-zero u32, or a fallback that matches everything.