Trait autopulse::db::conn::multi_connection_impl::bind_collector::PushBoundValueToCollectorDB
source · trait PushBoundValueToCollectorDB<DB: Backend> {
// Required method
fn push_bound_value<'a: 'b, 'b>(
&self,
v: InnerBindValueKind<'a>,
collector: &mut <DB as Backend>::BindCollector<'b>,
lookup: &mut <DB as TypeMetadata>::MetadataLookup,
) -> QueryResult<()>;
}