Expand description
Deserialisation from Nix to Rust values.
Structsยง
- Enum ๐
- NixDeserializer ๐
Functionsยง
- Evaluate the Nix code in
src
and attempt to deserialise the value it returns toT
. - Evaluate the Nix code in
src
, with extra configuration for thesnix_eval::Evaluation
provided by the given closure. - unexpected ๐
- visit_
integer ๐