mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-04 12:01:48 +02:00
refactor: separation of json-stream-parser to own crate
This commit is contained in:
@@ -258,7 +258,7 @@ fn get_plot_html(
|
||||
Ok(plot.to_html())
|
||||
}
|
||||
|
||||
// Small utility to unzip tuple3 vectors from iterators (add this helper)
|
||||
// Small utility to unzip tuple3 vectors from iterators
|
||||
trait Unzip3<A, B, C> {
|
||||
fn unzip3(self) -> (Vec<A>, Vec<B>, Vec<C>);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user