traits.txt 111 B

123
  1. fn sqr(i: i32) { i * i }
  2. trait Minimum : Copy {}
  3. pub trait Builder where Self: Sized + Iterator<Item=Event> {}