Trait elastic::types::prelude::DateFieldType [] [src]

pub trait DateFieldType<M, F> where
    F: DateFormat,
    M: DateMapping<Format = F>, 
{ }

A field that will be mapped as a date.

Implementors