Module zombienet_configuration::shared::node
source · Structs§
- An environment variable with a name and a value. It can be constructed from a
(&str, &str)
. - A node configuration, with fine-grained configuration options.
- A node configuration builder, used to build a
NodeConfig
declaratively with fields validation.