[][src]Function spare::deco_matrix

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