Type Alias diesel::sql_types::Numrange

source ·
pub type Numrange = Range<Numeric>;
Available on crate feature postgres_backend only.

Aliased Type§

struct Numrange(/* private fields */);