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

pub trait IntegerFieldType<TMapping> { }

A field that will be mapped as a number.

Implementations on Foreign Types

impl IntegerFieldType<DefaultIntegerMapping> for i32
[src]

Implementors