Hey there! 👋
I'm a software engineer and designer making a plethora of creative works.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseEnsure correct assumptions about constants, types, and more in Rust
Fn traits for Rc and Arc
These use the same semantics as the implementations for &F by only covering F: Fn.
This change enables passing reference-counted closures to functi…
Fn traits for Rc and Arc
Proposal
Problem statement
It is not possible to pass reference-counted closures to APIs that take Fn + 'static or Fn + Clone.
Motivation, use-cases
…