stbuehler / rust-boxfnonce

obsolete since rust 1.35.0 doesn't need it anymore

Home Page:https://blog.rust-lang.org/2019/05/23/Rust-1.35.0.html#fn-closure-traits-implemented-for-box%3Cdyn-fn*%3E

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OBSOLETE

Since the rust 1.35.0 release this crate is not needed anymore, just use Box<dyn FnOnce(...) -> ...>.

About

obsolete since rust 1.35.0 doesn't need it anymore

https://blog.rust-lang.org/2019/05/23/Rust-1.35.0.html#fn-closure-traits-implemented-for-box%3Cdyn-fn*%3E

License:MIT License


Languages

Language:Rust 100.0%