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

pub trait BooleanFieldType<TMapping> { }

A field that will be mapped as a boolean.

Implementations on Foreign Types

impl BooleanFieldType<DefaultBooleanMapping> for bool
[src]

Implementors