5 个版本
使用旧的 Rust 2015
0.1.1 | 2019年2月2日 |
---|---|
0.1.0 | 2018年1月30日 |
0.0.3 | 2017年3月13日 |
0.0.2 | 2017年2月1日 |
0.0.1 | 2017年2月1日 |
#6 in #boxing
12,002 每月下载次数
在 56 个crate中使用 (4 直接使用)
17KB
355 行
此库提供了一种安全地将 FnOnce 类型封装的方法。它不使用任何不稳定的功能,因此与 rust stable 完全兼容。
提供此库是因为 Box<FnOnce()>
尚未工作,且 Box<FnBox()>
将永远不会在 rust stable 中可用。
master
的文档位于 https://stbuehler.github.io/rustdocs/boxfnonce/boxfnonce/;发布版本在 https://docs.rs/boxfnonce 中有文档。
lib.rs
:
参见 BoxFnOnce
和 SendBoxFnOnce
。