Closed jagenheim closed 1 year ago
Instead of having serial being passed as reference, I clone it, thus had to add the 'Clone' trait to the serial type.
Passing it as a reference would make the API inconsistent.
Other suggestions are welcome, still learning...
Thanks for your contribution, I merge it ;)
Instead of having serial being passed as reference, I clone it, thus had to add the 'Clone' trait to the serial type.
Passing it as a reference would make the API inconsistent.
Other suggestions are welcome, still learning...