Enum dbf::Field [] [src]

pub enum Field {
    Character(String),
    Numeric(f64),
    Null,
}

Variants

Trait Implementations

impl Debug for Field
[src]

Formats the value using the given formatter.

impl Display for Field
[src]

Formats the value using the given formatter. Read more