Module subst

Source
Expand description

This module defines substitution data that can be used to replace the variables in a template by actual values.

Structs§

SubstData
Substitution data for a certificate: it maps certain variables to concrete values.

Enums§

SubstValue
Substitution value: this is the raw value loaded from a hjson/json file before any parsing.

Traits§

ConvertValue
Trait to implement conversion from the raw (h)json data to structured data. This is used to implement variable substitution in Subst.
Subst
Trait for variable substition: implement this trait to support substition in data structure.