pub type ScopedPoolFuture<'a, T> = Pin<Box<dyn Future<Output = PgResult<T>> + Send + 'a>>;Expand description
Boxed async return type for scoped pool helpers (with_rls, with_tenant, etc.).
Aliased Typeยง
pub struct ScopedPoolFuture<'a, T> { /* private fields */ }