pub type TabSeparatedOutput<T> = TsvOutput<T>;
pub struct TabSeparatedOutput<T> { /* private fields */ }