Document the types of "static" functions #72
Labels
Easy
We believe this would not be difficult to actually fix
Enhancement
Improvement in a non-prose section of the book
refiling rust-lang/rust#38211
There are a few aspects of "static" (non-closure) functions that I find useful to know but I can't seem to locate in the docs:
Copy
.Clone
(is this unusual?)Fn
,FnMut
andFnOnce
.I think it might be appropriate to have an entry in the
std
/core
documentation with this. Not sure if a new "primitive" page would be appropriate for it.The text was updated successfully, but these errors were encountered: