Struct subplot::TemplateSpec [−][src]
pub struct TemplateSpec { /* fields omitted */ }Expand description
A template specification.
Contains the information codegen needs to use a template for
generating a test program. The names and types of fields match the
files in the templates/.../template.yaml files.
Implementations
Read a template.yaml file and create the corresponding TemplateSpec.
Return the name of the template file.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more