Denis @nuculabs.dev · Jan 4

I like how this code turned out. From and Into are conversion traits in Rust, used to convert between types. If you implement the From trait for a type, you get a free Into implementation because the standard library has a generic blanked implementation. 🦀 #rustlang #rust #programming #dev

5 likes 0 replies

?