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)]
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)]
Created: 2024-07-15 Mon 01:27