Function spare::deco::matrix::deco_matrix[][src]

pub fn deco_matrix<R, M>(
    mx: M,
    de: Option<&str>,
    presets: Option<&(Preset, Preset)>
) -> String where
    M: IntoIterator<Item = R>,
    R: IntoIterator,
    R::Item: Display