Y
Hacker News
new
|
ask
|
show
|
jobs
by
unrealhoang
2069 days ago
You can create and use Option without problem, your Option will be crate::Option, whereas Rust Option will be std::option::Option. std::option::Option<Option> works, yay.
1 comments
arthurcolle
2069 days ago
I see, thanks. Really haven't ever used Rust for anything so didn't know exactly what namespacing was like. Sorry for the trite parent comment... :)
link