Function style::values::generics::grid::concat_serialize_idents

source ยท
pub fn concat_serialize_idents<W>(
    prefix: &str,
    suffix: &str,
    slice: &[CustomIdent],
    sep: &str,
    dest: &mut CssWriter<'_, W>,
) -> Result
where W: Write,
Expand description

Helper function for serializing identifiers with a prefix and suffix, used for serializing (in grid).