[−]Function askama::filters::join
pub fn join<T, I, S>(input: I, separator: S) -> Result<String, Error> where
I: Iterator<Item = T>,
S: AsRef<str>,
T: Display,
Joins iterable into a string separated by provided argument
pub fn join<T, I, S>(input: I, separator: S) -> Result<String, Error> where
I: Iterator<Item = T>,
S: AsRef<str>,
T: Display,
Joins iterable into a string separated by provided argument