Expand description
Type definitions for functions.
This module provides data types for defining shell functions.
Structs§
- Define
Error - Error redefining a read-only function.
- Function
- Definition of a function.
- Function
Set - Collection of functions.
- Iter
- Unordered iterator over functions in a function set.
- Unset
Error - Error unsetting a read-only function.
Traits§
- Function
Body - Trait for the body of a
Function - Function
Body Object - Dyn-compatible adapter for the
FunctionBodytrait