зеркало из https://github.com/mozilla/gecko-dev.git
b93bf873ba | ||
---|---|---|
.. | ||
src | ||
.cargo-checksum.json | ||
Cargo.toml | ||
LICENSE | ||
README.md |
README.md
This library provide a safe way to box FnOnce types. It doesn't use any unstable features and is therefore fully compatible with rust stable.
This library is provided because Box<FnOnce()>
doesn't work yet, and
Box<FnBox()>
will never be available in rust stable.
The documentation is located at https://stbuehler.github.io/rustdocs/boxfnonce/boxfnonce/.