Actions
Task #7071
opencore/rust: use Direction enum for raw parser trigger fn
Effort:
Difficulty:
Label:
Description
Since we have Direction as an enum, use that, instead of having the direction
parameter be an integer.
It is ok if we still have to do the casting to integer in the calling function, for now.
Actions