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

pub trait DoubleFieldType<TMapping> { }

A field that will be mapped as a number.

Implementations on Foreign Types

impl DoubleFieldType<DefaultDoubleMapping> for f64
[src]

Implementors