Function create

Source
pub fn create<'a, I>(templates: I) -> Result<String>
where I: IntoIterator<Item = &'a str>,