Module ot_certs::template::subst

source ·
Expand description

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

Structs

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

Enums

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

Traits

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