Hi,

I've been working on a proposal to unify Rust's closure type with
traits. The idea is based on C++ function objects, which allow any
object which implements the function call operator to be callable.

The full proposal is at:
https://github.com/mozilla/rust/wiki/Proposal-for-function-objects

I would appreciate any feedback you may have.

Amanieu
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to