Module elastic_types::number::prelude [] [src]

Includes all types for the number type.

This is a convenience module to make it easy to build mappings for multiple types without too many use statements.

Re-exports

pub use super::mapping::*;

Structs

Byte

Number type with a given mapping.

Double

Number type with a given mapping.

Float

Number type with a given mapping.

Integer

Number type with a given mapping.

Long

Number type with a given mapping.

Short

Number type with a given mapping.