Module function

Module function 

Source
Expand description

Type definitions for functions.

This module provides data types for defining shell functions.

Structs§

DefineError
Error redefining a read-only function.
Function
Definition of a function.
FunctionSet
Collection of functions.
Iter
Unordered iterator over functions in a function set.
UnsetError
Error unsetting a read-only function.

Traits§

FunctionBody
Trait for the body of a Function
FunctionBodyObject
Dyn-compatible adapter for the FunctionBody trait