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