Trait autopulse::db::conn::multi_connection_impl::connection::BindParamHelper
source · trait BindParamHelper: Connection {
// Required method
fn handle_inner_pass<'a, 'b: 'a>(
collector: &mut <Self::Backend as Backend>::BindCollector<'a>,
lookup: &mut <Self::Backend as TypeMetadata>::MetadataLookup,
backend: &'b MultiBackend,
q: &'b impl QueryFragment<MultiBackend>,
) -> QueryResult<()>;
}
Required Methods§
fn handle_inner_pass<'a, 'b: 'a>( collector: &mut <Self::Backend as Backend>::BindCollector<'a>, lookup: &mut <Self::Backend as TypeMetadata>::MetadataLookup, backend: &'b MultiBackend, q: &'b impl QueryFragment<MultiBackend>, ) -> QueryResult<()>
Object Safety§
This trait is not object safe.