Struct tsv::Env[][src]

pub struct Env { /* fields omitted */ }

A structure for configuring tsv deserializer and holding escaped Strings being referenced as &str by deserialized value, if any.

Methods

impl Env
[src]

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

Trait Implementations

impl Default for Env
[src]

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

Auto Trait Implementations

impl Send for Env

impl Sync for Env