pub trait IntoBindValue {
// Required method
fn into_bind_value(self) -> Value;
}Required Methods§
fn into_bind_value(self) -> Value
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".