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

pub trait FloatFieldType<TMapping> { }

A field that will be mapped as a number.

Implementations on Foreign Types

impl FloatFieldType<DefaultFloatMapping> for f32
[src]

Implementors