How can I make a function generic when used with a custom type in Rust
So I did manage to make a generic function where I can use the default types:
How can I make a function generic when used with a custom type in Rust
So I did manage to make a generic function where I can use the default types: