pub trait IntoBindParam {
    fn into_bind_param(self) -> BindParam;
}

Required Methods§

Implementations on Foreign Types§

Implementors§