Expand description
This module implements the runtime representation of a Nix builtin.
Builtins are directly backed by Rust code operating on Nix values.
Structs§
- Builtin
- Represents a single built-in function which directly executes Rust code that operates on a Nix value.
- Builtin
Repr
Enums§
Traits§
- Builtin
Gen - Trait for closure types of builtins.