pub struct TemplateLibrary {
pub functions: FunctionInfo,
pub templates: TemplateInfo,
pub file_library: FileLibrary,
}Fields§
§functions: FunctionInfo§templates: TemplateInfo§file_library: FileLibrarypub struct TemplateLibrary {
pub functions: FunctionInfo,
pub templates: TemplateInfo,
pub file_library: FileLibrary,
}functions: FunctionInfo§templates: TemplateInfo§file_library: FileLibrary