3 releases
0.1.2 | Jan 23, 2023 |
---|---|
0.1.1 | Jan 22, 2023 |
0.1.0 | Jan 20, 2023 |
#791 in Rust patterns
34 downloads per month
Used in slim-futures
36KB
1K
SLoC
fn-traits
Provides function traits, like FnOnce
,
FnMut
and
Fn
, but can be used in stable Rust.
lib.rs
:
Provides [FnOnce
], [FnMut
] and [Fn
] traits like the standard library ones (FnOnce
,
FnMut
and Fn
), but can be used in stable Rust.