Structs§
- EnvVar
- An environment variable with a name and a value.
It can be constructed from a
(&str, &str)
. - Node
Config - A node configuration, with fine-grained configuration options.
- Node
Config Builder - A node configuration builder, used to build a
NodeConfig
declaratively with fields validation.