pub fn generate_from_str(
toml_content: &str,
) -> Result<GeneratedOutput, CodegenError>Expand description
Parse a TOML string and generate all code.
pub fn generate_from_str(
toml_content: &str,
) -> Result<GeneratedOutput, CodegenError>Parse a TOML string and generate all code.