Trait sqlite::BindableWithIndex
source · pub trait BindableWithIndex {
// Required method
fn bind<T: ParameterIndex>(self, _: &mut Statement<'_>, _: T) -> Result<()>;
}
Expand description
A type suitable for binding to a prepared statement given a parameter index.
Required Methods§
Object Safety§
This trait is not object safe.