udoprog / genco

A whitespace-aware quasiquoter for beautiful code generation.
Apache License 2.0
181 stars 11 forks source link

Derive Clone and Copy for FromFn #31

Closed udoprog closed 1 year ago

udoprog commented 1 year ago

I noticed in #30 that Clone and Copy is not implemented for FromFn<F> which would improve the ability to re-use it when appropriate.