Files
projects-rust/rust-book/notes.txt
2019-11-20 00:52:07 +00:00

9 lines
240 B
Plaintext

Rustbook - notes
set USER env var to "dtomlinson <dtomlinson@panaetius.co.uk>"
Q: How can we check what a method/fn returns in rust?
eg readline returns Result, how do we know this in advance?
Q: is there something like dir() in python?