pub trait ElasticMapping {
    fn elastic_mapping() -> Value;
}

Required Methods

Implementors