The Rust Programming Language Forum
Fn vs fn in type signatures
mbrubeck
Split this topic
March 15, 2020, 12:08am
12
A post was split to a new topic:
Difference between
fn
and
Box<dyn Fn>
show post in topic
Related topics
Topic
Replies
Views
Activity
Difference between `fn` and `Box<dyn Fn>`
help
2
11035
June 13, 2020
Closures now typecheck against `fn`?
4
460
January 12, 2023
What is the exact type of a function?
help
5
1305
March 12, 2023
Multiple trait bounds with Fn
help
12
895
August 10, 2021
What exactly is `fn` when used as a type (not when declaring a function)? Is it only for FFI?
5
2117
January 12, 2023