Type Definition amq_protocol_codegen::CodeGenerator[][src]

pub type CodeGenerator<'a> = Handlebars<'a>;
Expand description

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

Trait Implementations

Register the various standard helpers we’ll need for AMQP codegen

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

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