Type Definition amq_protocol_codegen::CodeGenerator

source ·
pub type CodeGenerator = Handlebars;
Expand description

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

Trait Implementations

Register the various standrad 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. Read more