Skip to content

Use enum for function and closure types in Rust

Manuel Caldeira requested to merge rust-borrow-fn into 2.1.0-development

This container abstracts over our need to store closures somewhere, while allowing all "functions" to have the same type

Merge request reports