Enum tabula::OutputFormat [−][src]
pub enum OutputFormat { Csv, Json, Tsv, }
Expand description
Oxidized technology.tabula.CommandLineApp$OutputFormat
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OutputFormat
impl Send for OutputFormat
impl Sync for OutputFormat
impl Unpin for OutputFormat
impl UnwindSafe for OutputFormat
Blanket Implementations
Mutably borrows from an owned value. Read more