pub trait Literal {
// Required method
fn lit(self) -> Expr;
}
Required Methods§
Implementations on Foreign Types§
Source§impl Literal for NaiveDateTime
Available on crate feature dtype-datetime
only.
impl Literal for NaiveDateTime
Available on crate feature
dtype-datetime
only.