pub trait Bindable {
    fn bind(self, _: &mut Statement) -> Result<()>;
}
Expand description

A type suitable for binding to a prepared statement.

Required Methods§

Bind to a parameter.

Implementations on Foreign Types§

Implementors§