UP | HOME

traits in rust

See also Typeclasses in Haskell or Interfaces in java. See also rust and haskell analogs.

Use the attribute decorator to automatically get implementations:

#[derive(PartialEq, Eq)]

1. useful links

Created: 2024-07-15 Mon 01:27