Expand description
This module defines substitution data that can be used to replace the variables in a template by actual values.
Structs§
- Subst
Data - Substitution data for a certificate: it maps certain variables to concrete values.
Enums§
- Subst
Value - Substitution value: this is the raw value loaded from a hjson/json file before any parsing.
Traits§
- Convert
Value - 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.