Trait elastic_types::date::mapping::DateFieldType [] [src]

pub trait DateFieldType<TMapping> where
    Self: Into<FormattableDateValue<TMapping::Format>>,
    TMapping: DateMapping
{ }

A field that will be mapped as a date.

Implementors