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

type MatchResult = Result<NonZeroU32, Else>;

The result of evaluating a MatchOp.

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