Odak modu

Rust Fundamentals

Enums:Impl

As in structs, methods are added with Impl assignment in Enum data types.

To understand Impl assignment in Enum data types in more detail, additional resource can be found here:

https://www.youtube.com/watch?v=cxTP5gPuiu4&t=15s 

You can find detailed further information from Rust Official documentation:

https://internals.rust-lang.org/t/impl-trait-for-enum-variant/4131 

Yorumlar

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