Trait SelectExt
pub trait SelectExt {
// Provided method
fn exists<'life0, 'async_trait, C>(
self,
db: &'life0 C,
) -> Pin<Box<dyn Future<Output = Result<bool, DbErr>> + Send + 'async_trait>>
where C: ConnectionTrait + 'async_trait,
Self: Send + Sized + Send + 'async_trait,
'life0: 'async_trait { ... }
}Expand description
Helper trait for selectors with convenient methods