pub trait Bindable { fn bind(self, _: &mut Statement) -> Result<()>; }
A type suitable for binding to a prepared statement.
Bind to a parameter.