pub fn generate_application_with_theme(
model_name: &str,
message_name: &str,
theme_document: Option<&ThemeDocument>,
) -> Result<TokenStream, CodegenError>Expand description
Generate theme code and add it to the application
pub fn generate_application_with_theme(
model_name: &str,
message_name: &str,
theme_document: Option<&ThemeDocument>,
) -> Result<TokenStream, CodegenError>Generate theme code and add it to the application