pub trait ConstantSubstitution {
// Required method
fn substitute_constant(
&mut self,
name: &str,
value: &SubstitutionValue,
) -> Result<()>;
}pub trait ConstantSubstitution {
// Required method
fn substitute_constant(
&mut self,
name: &str,
value: &SubstitutionValue,
) -> Result<()>;
}