I ran cargo run command and got:
error: expected a trait, found type
--> src/main.rs:10:6
|
10 | impl const Multiplier for Math {
| ^^^^^^^^^^^^^^^^
error: could not compile rusty (bin "rusty") due to 1 previous error
I ran cargo run command and got:
error: expected a trait, found type
--> src/main.rs:10:6
|
10 | impl const Multiplier for Math {
| ^^^^^^^^^^^^^^^^
error: could not compile rusty (bin "rusty") due to 1 previous error