Available on crate feature callable only.
Expand description

Alternatives of the standard Fn/FnMut/FnOnce traits, implementable in stable Rust.

Traits

Extension trait for calling Call* closures.

Implementable alternative to std::ops::FnOnce.

Implementable alternative to std::ops::FnMut.

Implementable alternative to std::ops::Fn.