[][src]Trait elastic::types::number::mapping::IntegerFieldType

pub trait IntegerFieldType<TMapping> { }

A field that will be mapped as a number.

Implementations on Foreign Types

impl IntegerFieldType<DefaultIntegerMapping> for i32[src]

Loading content...

Implementors

impl<TMapping> IntegerFieldType<TMapping> for Integer<TMapping> where
    TMapping: IntegerMapping
[src]

Loading content...