Skip to main content

render

Function render 

Source
pub fn render(template: &str, id: &str, pad: usize) -> Option<String>
Expand description

Render a [RefFormat] template for id, or None if id is malformed. Placeholders: {id}, {prefix}, {prefix_lower}, {num}, {padded}.