cognitive-engineering-lab/argus

higher rank trait bounds + fn traits

gavinleroy opened this issue · 1 comments

Screen Shot 2024-07-03 at 16 39 30 Screen Shot 2024-07-03 at 16 39 44

TODO

  • print fn returns as part of the trait bound an not a separate alias relate
  • the FnOnce here seems to be wrong, it should be FnMut
  • there's a missing for<'a> around the FnMut bound

closed by #15