Actions
Task #7071
open
JF
OD
core/rust: use Direction enum for raw parser trigger fn
Task #7071:
core/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