hello, i need to pass a parameter to one of my guards and found that there are two solutions, either that you use a mixin or setMetaData.
the mixin method seems easier but I was curious if it's somehow less performant? since we are instantianting a new object every time with the mixin. or would it be negligible?
Any other pros and cons i need to take into consideration? (other than ease of use)