Login
From:
fettblog.eu
(Uncensored)
subscribe
Refactoring in Rust: Abstraction with the Newtype Pattern
https://fettblog.eu/refactoring-rust-abstraction-newtype/
links
backlinks
Roast topics
Find topics
Find it!
The following piece of code takes a PathBuf and extracts the file name, eventually converting it to an owned String.