Type Alias diesel::sql_types::Daterange

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

Aliased Type§

struct Daterange(/* private fields */);