[][src]Type Definition amq_protocol_codegen::CodeGenerator

type CodeGenerator = Handlebars;

Type alias to avoid making our users explicitely depend on an extra dependency

Trait Implementations

impl HandlebarsAMQPExtension for CodeGenerator[src]

fn simple_codegen(
    out_dir: &str,
    target: &str,
    template_name: &str,
    template: &str,
    var_name: &str
)
[src]

Generate code using the standard representation of specs and the given template, using the given name for the variable holding the protocol definition. Read more