main.rs 79 B

123456789
  1. fn f(a : Iterator) where Iterator::Item : std::fmt::String
  2. {
  3. }
  4. fn main()
  5. {
  6. }