[][src]Function json_to_rust::custom

pub fn custom<S, L>(list: L) -> String where
    S: ToString,
    L: IntoIterator<Item = S>,