pub trait Literal {
// Required method
fn lit(self) -> Expr;
}Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
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.