Skip to main content

table

Function table 

Source
pub fn table<I, K, V>(pairs: I) -> MetaValue
where I: IntoIterator<Item = (K, V)>, K: Into<String>, V: Display,