Module function

Module function 

Source
Expand description

Function wrappers.

This module defines the Function trait, which provides an abstraction for wrappers over closures. This allows for generic handling of functions in higher-kinded contexts.

Traits§

Function
Abstraction for wrappers over closures.

Functions§

new
Creates a new function wrapper.