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

Implementors