Trait diesel::query_builder::bind_collector::BindCollector
[−]
[src]
pub trait BindCollector<DB: Backend> {
fn push_bound_value<T>(&mut self, bind: Option<Vec<u8>>) where DB: HasSqlType<T>;
}
Required Methods
fn push_bound_value<T>(&mut self, bind: Option<Vec<u8>>) where DB: HasSqlType<T>
Implementors
impl BindCollector<Debug> for ()
impl<DB: Backend + TypeMetadata> BindCollector<DB> for RawBytesBindCollector<DB>