I have two (I hope) equivalent functions like:
fn slow_summary(foo: &Foo) -> Bar { } fn fast_summary(foo: Foo) -> Bar { }
I want t