render_instruction_template

Function render_instruction_template 

Source
pub fn render_instruction_template<T: Serialize>(
    path: &str,
    ctx: &T,
) -> Result<String, Error>
Expand description

Render an instruction template by path using a serializable context.