Rust trait

C39531 concept

A Rust trait is an abstract collection of method signatures and associated items that defines shared behavior which types can implement to enable polymorphism and code reuse.

Instances (1)