//! Trait for template rendering in code generation rules
//!
//! Abstracts template rendering with context bindings.
use crateResult;
use HashMap;
/// Trait for template rendering
///
/// Abstracts template rendering with context bindings.
/// Implementors transform query bindings into rendered output.