Module types

Module types 

Source
Expand description

Data types for user-defined functions.

Re-exports§

pub use chrono::NaiveDate;
pub use chrono::NaiveDateTime;
pub use chrono::NaiveTime;
pub use rust_decimal::Decimal;
pub use chrono;
pub use rust_decimal;
pub use serde_json;

Structs§

Interval
Interval type.

Traits§

StructType
A trait for user-defined struct types.

Derive Macros§

StructType
Derive StructType for user defined struct.