pub trait IntoBind {
// Required method
fn into_bind(self) -> Value;
}Expand description
Conversion of a Rust value into a bound Value.
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 IntoBind for NaiveDateTime
Available on crate feature chrono only.
impl IntoBind for NaiveDateTime
Available on crate feature
chrono only.