You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0599]: no function or associated item named `new` found for struct `yauuid::Node` in the current scope
--> src/main.rs:66:51
|
66 | let node = yauuid::Node::new("lo");
| ^^^ function or associated item not found in `yauuid::Node`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0599`.
in my cargo.toml
[dependencies]
yauuid = "0.2.1"
I am not sure what is going on or how to fix this (I am quite new to Rust).
If you need more details or info... let me know.
The text was updated successfully, but these errors were encountered:
It results (on MacOS) in the following error:
in my cargo.toml
I am not sure what is going on or how to fix this (I am quite new to Rust).
If you need more details or info... let me know.
The text was updated successfully, but these errors were encountered: