[][src]Module core_extensions::callable

Contains implementable alternatives of the standard Fn/FnMut/FnOnce traits.

Traits

CallInto

implementable version of ::std::ops::FnOnce.

CallMut

implementable version of ::std::ops::FnMut.

CallRef

implementable version of ::std::ops::Fn.