Module builtin

Source
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.
BuiltinRepr

Enums§

BuiltinResult

Traits§

BuiltinGen
Trait for closure types of builtins.