Add sinks

This commit is contained in:
Jonathan Turner
2019-06-07 18:34:42 +12:00
parent 4582822d62
commit 090ec031a9
7 changed files with 182 additions and 102 deletions

View File

@ -1,4 +1,4 @@
use crate::format::{EntriesView, RenderView, TableView};
use crate::format::{EntriesView, ListView, RenderView, TableView};
use crate::object::Value;
use crate::prelude::*;
use derive_new::new;