Trait elastic_types::document::mapping::DocumentFieldType []

pub trait DocumentFieldType<M> where
    M: DocumentMapping
{ }

A field that will be mapped as a nested document.

Implementors