Odak modu

Rust Fundamentals

Utility Traits (Drop, Sized, Clone, Copy)

Utility Traits are tools Rust offers us to write effective code. Drop, Sized, Clone, Copy, Deref, Default, AsRef are the most used.

To understand utility traits in more detail, additional resources can be found here:

https://www.youtube.com/watch?v=Nlc3HdVyaNg

https://www.youtube.com/watch?v=jC8uR6aaQKI

Yorumlar

Yorum yapabilmek için derse kayıt olmalısın!