[][src]Trait elastic_types::number::mapping::ByteFieldType

pub trait ByteFieldType<TMapping> { }

A field that will be mapped as a number.

Implementations on Foreign Types

impl ByteFieldType<DefaultByteMapping> for i8[src]

Loading content...

Implementors

impl<TMapping> ByteFieldType<TMapping> for Byte<TMapping> where
    TMapping: ByteMapping
[src]

Loading content...