mirror of
https://gitlab.com/arnekeller/ascii-table.git
synced 2024-12-04 21:49:08 +00:00
Renaming.
This commit is contained in:
parent
f153702409
commit
07c4906af8
@ -162,8 +162,8 @@ impl AsciiTable {
|
||||
|
||||
fn stringify<L1, L2, T>(&self, data: L1) -> Vec<Vec<String>>
|
||||
where L1: IntoIterator<Item = L2>,
|
||||
L2: IntoIterator<Item = T>,
|
||||
T: ToString {
|
||||
L2: IntoIterator<Item = T>,
|
||||
T: ToString {
|
||||
data.into_iter().map(|row| row.into_iter().map(|cell| cell.to_string()).collect()).collect()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user