Document more precisely the rules for selecting closure traits. #219
Labels
Enhancement
Improvement in a non-prose section of the book
New Content
Missing features or aspects of language not currently documented.
Currently, the reference is vague about when a closure is
Fn
orFnMut
(all closures areFnOnce
). Currently, the closures page merely says that the compiler will work it out, but we need to be more specific about precisely what the semantics are.It may be worth rewriting this page in general to be more authoritative as well.
The text was updated successfully, but these errors were encountered: