Struct tsv::Config[][src]

pub struct Config { /* fields omitted */ }

A structure for configuring tsv serializer.

Methods

impl Config
[src]

Tries to creates a new Config structure. Result is Ok if the config does not violate the spec, otherwise Err.

Trait Implementations

impl Default for Config
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Config

impl Sync for Config